Crunchyroll: continue watching bar
Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…
O que é Crunchyroll: continue watching bar?
Crunchyroll: continue watching bar é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Crunchyroll: continue watching bar
Baixe arquivos de extensão Crunchyroll: continue watching bar 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
Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new un-watched items from your queue.
Informações Básicas da Extensão
Nome | Crunchyroll: continue watching bar |
ID | igdnfbkbeonbbolijhhgaipgaeankjka |
URL Oficial | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka |
Descrição | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… |
Tamanho do Arquivo | 36.71 KB |
Contagem de Instalações | 229 |
Versão Atual | 1.0 |
Última Atualização | 2019-07-02 |
Data de Publicação | 2019-07-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crunchyroll: continue watching bar", "version": "1.0", "browser_action": { "default_icon": { "16": "ico\/16.png", "32": "ico\/32.png" } }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.crunchyroll.com\/*" ], "js": [ "jquery.js", "content.js" ], "css": [ "style.css" ] } ] } |