e621 Subscriptions

Adds Watched/Subscribe feature to e621.net

Vad är e621 Subscriptions?

e621 Subscriptions är en Chrome-tillägg utvecklad av milesseventh, och dess huvudfunktion är "Adds Watched/Subscribe feature to e621.net".

Tilläggsskärmbilder

screenshot

Ladda ner e621 Subscriptions-förlängningens CRX-fil

Ladda ner e621 Subscriptions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn e621 Subscriptions e621 Subscriptions
ID dgjmocajjcibgpkigbnhengiidoehmoo
Officiell webbadress https://chromewebstore.google.com/detail/e621-subscriptions/dgjmocajjcibgpkigbnhengiidoehmoo
Beskrivning Adds Watched/Subscribe feature to e621.net
Filstorlek 75.58 KB
Antal Installationer 543
Aktuell Version 2.1.1
Senast Uppdaterad 2023-02-22
Publiceringsdatum 2020-03-13
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare milesseventh
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://e621.net/forum/show/269304
URL till Sekretesspolicy Sidan https://pastebin.com/WQddJ0kK
Stödda Språk 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"
            ]
        }
    ]
}