e621 Subscriptions

Adds Watched/Subscribe feature to e621.net

e621 Subscriptions क्या है?

e621 Subscriptions milesseventh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Watched/Subscribe feature to e621.net"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में e621 Subscriptions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}