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…
Wat is Crunchyroll: continue watching bar?
Crunchyroll: continue watching bar is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".
Extensie Screenshots
Download het CRX-bestand van de extensie Crunchyroll: continue watching bar
Download Crunchyroll: continue watching bar-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | igdnfbkbeonbbolijhhgaipgaeankjka |
| Officiële URL | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka |
| Beschrijving | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… |
| Bestandsgrootte | 36.71 KB |
| Aantal Installaties | 229 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-07-02 |
| Publicatiedatum | 2019-07-02 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |