e621 Subscriptions

Adds Watched/Subscribe feature to e621.net

Cos'è e621 Subscriptions?

e621 Subscriptions è un'estensione di Chrome sviluppata da milesseventh, e la sua funzione principale è "Adds Watched/Subscribe feature to e621.net".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione e621 Subscriptions

Scarica i file di estensione e621 Subscriptions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome e621 Subscriptions e621 Subscriptions
ID dgjmocajjcibgpkigbnhengiidoehmoo
URL Ufficiale https://chromewebstore.google.com/detail/e621-subscriptions/dgjmocajjcibgpkigbnhengiidoehmoo
Descrizione Adds Watched/Subscribe feature to e621.net
Dimensione del File 75.58 KB
Conteggio Installazioni 543
Versione Corrente 2.1.1
Ultimo Aggiornamento 2023-02-22
Data di Pubblicazione 2020-03-13
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore milesseventh
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://e621.net/forum/show/269304
URL della Pagina della Politica sulla Privacy https://pastebin.com/WQddJ0kK
Lingue Supportate 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"
            ]
        }
    ]
}