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
官方URL 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"
            ]
        }
    ]
}