Skip to content

Commit

Permalink
Add new supported page actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZipFile committed May 18, 2024
1 parent 32cd857 commit d8c6ac9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upload-to-danbooru",
"version": "3.3.3",
"version": "3.3.4",
"description": "Add a context menu option for images to upload to Danbooru.",
"type": "module",
"directories": {
Expand Down
26 changes: 25 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Upload to Danbooru",
"description": "Add a page action and a context menu option (for images) to upload to Danbooru.",
"version": "3.3.3",
"version": "3.3.4",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
Expand Down Expand Up @@ -33,6 +33,8 @@

"https://fantia.jp/posts/*",

"https://www.patreon.com/posts/*",

"https://skeb.jp/@*/works/*",

"https://enty.jp/posts/*",
Expand Down Expand Up @@ -92,6 +94,8 @@

"https://foundation.app/@*/*/*",

"https://opensea.io/assets/*/*/*",

"https://anifty.jp/creations/*",
"https://anifty.jp/*/creations/*",

Expand Down Expand Up @@ -120,11 +124,31 @@
"https://gelbooru.com/index.php?*id=*",
"https://safebooru.org/index.php?*id=*",
"https://rule34.xxx/index.php?*id=*",
"https://e621.net/posts/*",

"https://www.instagram.com/p/*",
"https://www.instagram.com/reel/*",
"https://www.instagram.com/tv/*",

"https://vk.com/wall-*_*",
"https://vk.com/photo-*_*",
"https://vk.com/doc*_*",
"https://m.vk.com/wall-*_*",
"https://m.vk.com/photo-*_*",

"https://medibang.com/picture/*/",

"https://www.behance.net/gallery/*/*",

"https://dotpict.net/works/*",
"https://*.dotpict.net/works/*",

"https://www.foriio.com/works/*",

"https://galleria.emotionflow.com/*/*.html",

"https://www.xiaohongshu.com/explore/*",

"https://*.tumblr.com/post/*"
]
},
Expand Down

0 comments on commit d8c6ac9

Please sign in to comment.