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…
Cos'è Crunchyroll: continue watching bar?
Crunchyroll: continue watching bar è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crunchyroll: continue watching bar
Scarica i file di estensione Crunchyroll: continue watching bar 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | igdnfbkbeonbbolijhhgaipgaeankjka |
| URL Ufficiale | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka |
| Descrizione | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… |
| Dimensione del File | 36.71 KB |
| Conteggio Installazioni | 229 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2019-07-02 |
| Data di Pubblicazione | 2019-07-02 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |