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…
¿Qué es Crunchyroll: continue watching bar?
Crunchyroll: continue watching bar es una extensión de Chrome desarrollada por Unknown, y su función principal es "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Crunchyroll: continue watching bar
Descarga archivos de extensión Crunchyroll: continue watching bar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | igdnfbkbeonbbolijhhgaipgaeankjka |
| URL Oficial | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka |
| Descripción | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… |
| Tamaño del Archivo | 36.71 KB |
| Cantidad de Instalaciones | 229 |
| Versión Actual | 1.0 |
| Última Actualización | 2019-07-02 |
| Fecha de Publicación | 2019-07-02 |
| Calificación | 5.00/5 Total de 1 Calificaciones |
| Desarrollador | Unknown |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
]
}
]
} | |