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'est-ce que Crunchyroll: continue watching bar ?

Crunchyroll: continue watching bar est une extension Chrome développée par Unknown, et sa fonction principale est "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Crunchyroll: continue watching bar

Téléchargez les fichiers d'extension Crunchyroll: continue watching bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Crunchyroll: continue watching bar Crunchyroll: continue watching bar
ID igdnfbkbeonbbolijhhgaipgaeankjka
URL Officiel https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka
Description Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…
Taille du Fichier 36.71 KB
Nombre d'Installations 229
Version Actuelle 1.0
Dernière Mise à Jour 2019-07-02
Date de Publication 2019-07-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}