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…
Was ist Crunchyroll: continue watching bar?
Crunchyroll: continue watching bar ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".
Erweiterungsscreenshots
Crunchyroll: continue watching bar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crunchyroll: continue watching bar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | igdnfbkbeonbbolijhhgaipgaeankjka |
| Offizielle URL | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka |
| Beschreibung | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… |
| Dateigröße | 36.71 KB |
| Installationsanzahl | 229 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2019-07-02 |
| Veröffentlichungsdatum | 2019-07-02 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |