e621 Subscriptions
Adds Watched/Subscribe feature to e621.net
Wat is e621 Subscriptions?
e621 Subscriptions is een Chrome-extensie ontwikkeld door milesseventh, en de belangrijkste functie is "Adds Watched/Subscribe feature to e621.net".
Extensie Screenshots
Download het CRX-bestand van de extensie e621 Subscriptions
Download e621 Subscriptions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | e621 Subscriptions |
ID | dgjmocajjcibgpkigbnhengiidoehmoo |
Officiële URL | https://chromewebstore.google.com/detail/e621-subscriptions/dgjmocajjcibgpkigbnhengiidoehmoo |
Beschrijving | Adds Watched/Subscribe feature to e621.net |
Bestandsgrootte | 75.58 KB |
Aantal Installaties | 543 |
Huidige Versie | 2.1.1 |
Laatst Bijgewerkt | 2023-02-22 |
Publicatiedatum | 2020-03-13 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | milesseventh |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://e621.net/forum/show/269304 |
URL van de Privacybeleid Pagina | https://pastebin.com/WQddJ0kK |
Ondersteunde Talen | 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" ] } ] } |