e621 Subscriptions
Adds Watched/Subscribe feature to e621.net
O que é e621 Subscriptions?
e621 Subscriptions é uma extensão do Chrome desenvolvida por milesseventh, e sua principal característica é "Adds Watched/Subscribe feature to e621.net".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão e621 Subscriptions
Baixe arquivos de extensão e621 Subscriptions no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | e621 Subscriptions |
ID | dgjmocajjcibgpkigbnhengiidoehmoo |
URL Oficial | https://chromewebstore.google.com/detail/e621-subscriptions/dgjmocajjcibgpkigbnhengiidoehmoo |
Descrição | Adds Watched/Subscribe feature to e621.net |
Tamanho do Arquivo | 75.58 KB |
Contagem de Instalações | 543 |
Versão Atual | 2.1.1 |
Última Atualização | 2023-02-22 |
Data de Publicação | 2020-03-13 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | milesseventh |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://e621.net/forum/show/269304 |
URL da Página de Política de Privacidade | https://pastebin.com/WQddJ0kK |
Idiomas Suportados | 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" ] } ] } |