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…
Hvad er Crunchyroll: continue watching bar?
Crunchyroll: continue watching bar er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".
Udvidelsesskærmbilleder
Download Crunchyroll: continue watching bar-udvidelses-CRX-fil
Download Crunchyroll: continue watching bar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | igdnfbkbeonbbolijhhgaipgaeankjka |
| Officiel URL | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka |
| Beskrivelse | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… |
| Filstørrelse | 36.71 KB |
| Antal Installationer | 229 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2019-07-02 |
| Udgivelsesdato | 2019-07-02 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |