AnimeTake Watcher
A simple extension that highlights favorited shows on AnimeTake
Apa itu AnimeTake Watcher?
AnimeTake Watcher adalah ekstensi Chrome yang dikembangkan oleh Lunyx, dan fitur utamanya adalah "A simple extension that highlights favorited shows on AnimeTake".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AnimeTake Watcher
Unduh file ekstensi AnimeTake Watcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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].
Informasi Dasar Ekstensi
Nama | |
ID | iemmmdhaohepnnibpbdbeamkgpmkoahj |
URL Resmi | https://chrome.google.com/webstore/detail/animetake-watcher/iemmmdhaohepnnibpbdbeamkgpmkoahj |
Deskripsi | A simple extension that highlights favorited shows on AnimeTake |
Ukuran File | 169 KB |
Jumlah Instalasi | 88 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-10-11 |
Tanggal Publikasi | 2014-10-11 |
Penilaian | 4.40/5 Total 5 Penilaian |
Pengembang | Lunyx |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.animetake.com |
Bahasa yang Didukung | 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" } } |