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…
Vad är Crunchyroll: continue watching bar?
Crunchyroll: continue watching bar är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".
Tilläggsskärmbilder
Ladda ner Crunchyroll: continue watching bar-förlängningens CRX-fil
Ladda ner Crunchyroll: continue watching bar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | igdnfbkbeonbbolijhhgaipgaeankjka |
| Officiell webbadress | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka |
| Beskrivning | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… |
| Filstorlek | 36.71 KB |
| Antal Installationer | 229 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2019-07-02 |
| Publiceringsdatum | 2019-07-02 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |