AnimeTake Watcher

A simple extension that highlights favorited shows on AnimeTake

ما هو AnimeTake Watcher؟

AnimeTake Watcher هو إضافة Chrome تم تطويرها بواسطة Lunyx، والميزة الرئيسية لها هي "A simple extension that highlights favorited shows on AnimeTake".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AnimeTake Watcher

قم بتنزيل ملفات الامتداد AnimeTake Watcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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].                    

معلومات أساسية عن التمديد

الاسم AnimeTake Watcher AnimeTake Watcher
ID iemmmdhaohepnnibpbdbeamkgpmkoahj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/animetake-watcher/iemmmdhaohepnnibpbdbeamkgpmkoahj
الوصف A simple extension that highlights favorited shows on AnimeTake
حجم الملف 169 KB
عدد التثبيتات 88
النسخة الحالية 1.0
آخر تحديث 2014-10-11
تاريخ النشر 2014-10-11
تقييم 4.40/5 مجموع تقييمات 5
المطور Lunyx
نوع الدفع free
موقع الإضافة http://www.animetake.com
اللغات المدعومة 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"
    }
}