e621 Subscriptions

Adds Watched/Subscribe feature to e621.net

什麼是e621 Subscriptions?

e621 Subscriptions是由milesseventh開發的Chrome擴展程式,該擴展的主要功能是“Adds Watched/Subscribe feature to e621.net”。

擴展截圖

screenshot

下載e621 Subscriptions擴展crx文件

下載e621 Subscriptions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extension adds subscription to tags functionality for e621.net, adding "Watched" button into navigation bar at the top of the page and embedding "OwO/XwX (Subscribe/Unsubscribe)" button for every tag shown on the sidebar.

There is also an option to check new images without visiting the site -- just open extension's popup window and it will show amount of new images.                    

擴展基本資訊

名稱 e621 Subscriptions e621 Subscriptions
ID dgjmocajjcibgpkigbnhengiidoehmoo
官方網址 https://chromewebstore.google.com/detail/e621-subscriptions/dgjmocajjcibgpkigbnhengiidoehmoo
簡介 Adds Watched/Subscribe feature to e621.net
檔案大小 75.58 KB
安裝次數 543
目前版本 2.1.1
更新時間 2023-02-22
上架時間 2020-03-13
評分 4.20/5 共 5 次評分
開發者 milesseventh
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://e621.net/forum/show/269304
隱私政策頁面URL https://pastebin.com/WQddJ0kK
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "e621 Subscriptions",
    "version": "2.1.1",
    "description": "Adds Watched\/Subscribe feature to e621.net",
    "icons": {
        "96": "graphics\/e621.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.e621.net\/*"
    ],
    "browser_action": {
        "default_icon": "graphics\/e621.png",
        "default_title": "E621 Watched",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.e621.net\/*"
            ],
            "js": [
                "shared.js",
                "combatfox.js"
            ]
        }
    ]
}