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…
Co je Crunchyroll: continue watching bar?
Crunchyroll: continue watching bar je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Crunchyroll: continue watching bar
Stáhněte si soubory rozšíření Crunchyroll: continue watching bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | igdnfbkbeonbbolijhhgaipgaeankjka |
| Oficiální URL | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka |
| Popis | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… |
| Velikost souboru | 36.71 KB |
| Počet instalací | 229 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2019-07-02 |
| Datum Vydání | 2019-07-02 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | Unknown |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
}
]
} | |