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…
Τι είναι το Crunchyroll: continue watching bar;
Το Crunchyroll: continue watching bar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Crunchyroll: continue watching bar
Λήψη αρχείων επέκτασης Crunchyroll: continue watching bar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        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.                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | igdnfbkbeonbbolijhhgaipgaeankjka | 
| Επίσημο URL | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka | 
| Περιγραφή | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… | 
| Μέγεθος Αρχείου | 36.71 KB | 
| Αριθμός Εγκαταστάσεων | 229 | 
| Τρέχουσα Έκδοση | 1.0 | 
| Τελευταία Ενημέρωση | 2019-07-02 | 
| Ημερομηνία Δημοσίευσης | 2019-07-02 | 
| Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις | 
| Προγραμματιστής | Unknown | 
| Τύπος Πληρωμής | free | 
| Υποστηριζόμενες Γλώσσες | 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"
            ]
        }
    ]
}  |  |