AnimeTake Watcher

A simple extension that highlights favorited shows on AnimeTake

Qu'est-ce que AnimeTake Watcher ?

AnimeTake Watcher est une extension Chrome développée par Lunyx, et sa fonction principale est "A simple extension that highlights favorited shows on AnimeTake".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AnimeTake Watcher

Téléchargez les fichiers d'extension AnimeTake Watcher 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

                        This extension is designed to be used on AnimeTake.com.  You can add shows to your watch list from the download page of any episode.  Shows on your watch list will have their name highlighted in yellow so that you can easily see them on the main page.  Great for keeping track of shows that you want to watch each season without having to remember the names of all of them.  For any comments or bug reports, please send them to [email protected].                    

Informations de Base sur l'Extension

Nom AnimeTake Watcher AnimeTake Watcher
ID iemmmdhaohepnnibpbdbeamkgpmkoahj
URL Officiel https://chrome.google.com/webstore/detail/animetake-watcher/iemmmdhaohepnnibpbdbeamkgpmkoahj
Description A simple extension that highlights favorited shows on AnimeTake
Taille du Fichier 169 KB
Nombre d'Installations 88
Version Actuelle 1.0
Dernière Mise à Jour 2014-10-11
Date de Publication 2014-10-11
Évaluation 4.40/5 Total 5 Évaluations
Développeur Lunyx
Type de Paiement free
Site Web de l'Extension http://www.animetake.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnimeTake Watcher",
    "description": "A simple extension that highlights favorited shows on AnimeTake",
    "version": "1.0",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.animetake.com\/*"
            ],
            "js": [
                ".\/js\/jquery-2.0.3.min.js",
                ".\/js\/json.js",
                ".\/js\/jstorage.js",
                ".\/js\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "AnimeTake Watcher",
        "default_icon": "img\/at.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/yoko.png"
    }
}