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 to jest Crunchyroll: continue watching bar?
Crunchyroll: continue watching bar to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Crunchyroll: continue watching bar
Pobierz pliki rozszerzeń Crunchyroll: continue watching bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | igdnfbkbeonbbolijhhgaipgaeankjka |
| Oficjalny URL | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka |
| Opis | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… |
| Rozmiar pliku | 36.71 KB |
| Liczba instalacji | 229 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2019-07-02 |
| Data Publikacji | 2019-07-02 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |