e621 Subscriptions

Adds Watched/Subscribe feature to e621.net

Co to jest e621 Subscriptions?

e621 Subscriptions to rozszerzenie Chrome opracowane przez milesseventh, a jego główną funkcją jest „Adds Watched/Subscribe feature to e621.net”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia e621 Subscriptions

Pobierz pliki rozszerzeń e621 Subscriptions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa e621 Subscriptions e621 Subscriptions
ID dgjmocajjcibgpkigbnhengiidoehmoo
Oficjalny URL https://chromewebstore.google.com/detail/e621-subscriptions/dgjmocajjcibgpkigbnhengiidoehmoo
Opis Adds Watched/Subscribe feature to e621.net
Rozmiar pliku 75.58 KB
Liczba instalacji 543
Aktualna Wersja 2.1.1
Ostatnia Aktualizacja 2023-02-22
Data Publikacji 2020-03-13
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper milesseventh
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://e621.net/forum/show/269304
Adres URL Strony Polityki Prywatności https://pastebin.com/WQddJ0kK
Obsługiwane Języki 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"
            ]
        }
    ]
}