From d8c6ac9dd075e64f7f850b2d2664487b4b23db3f Mon Sep 17 00:00:00 2001 From: ZipFile Date: Sat, 18 May 2024 08:07:36 +0000 Subject: [PATCH] Add new supported page actions --- package.json | 2 +- src/manifest.json | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e25e054..eb4a9a1 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/manifest.json b/src/manifest.json index 41f3577..632e058 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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", @@ -33,6 +33,8 @@ "https://fantia.jp/posts/*", + "https://www.patreon.com/posts/*", + "https://skeb.jp/@*/works/*", "https://enty.jp/posts/*", @@ -92,6 +94,8 @@ "https://foundation.app/@*/*/*", + "https://opensea.io/assets/*/*/*", + "https://anifty.jp/creations/*", "https://anifty.jp/*/creations/*", @@ -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/*" ] },