Watched
Keep track of episodes from your favorite TV shows.
ما هو Watched؟
Watched هو إضافة Chrome تم تطويرها بواسطة Ayala Nakashima Barbosa، والميزة الرئيسية لها هي "Keep track of episodes from your favorite TV shows.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Watched
قم بتنزيل ملفات الامتداد Watched بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- Episode list, with each episode's name, airdate, and summary (if available) - Progress bar for each TV series with how many episodes have been watched - Schedule with upcoming and previously aired episodes - Custom episode links so you can google, stream, or "whatever" an episode - Chrome sync to keep information consistent across multiple devices - No sign up needed :)
معلومات أساسية عن التمديد
الاسم | Watched |
ID | hdnfenemdaacjjgcjeifpdefnmlcogel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/watched/hdnfenemdaacjjgcjeifpdefnmlcogel |
الوصف | Keep track of episodes from your favorite TV shows. |
حجم الملف | 51.25 KB |
عدد التثبيتات | 5,634 |
النسخة الحالية | 1.2 |
آخر تحديث | 2017-08-12 |
تاريخ النشر | 2017-08-12 |
تقييم | 4.67/5 مجموع تقييمات 66 |
المطور | Ayala Nakashima Barbosa |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Watched", "short_name": "Watched", "description": "Keep track of episodes from your favorite TV shows.", "version": "1.2", "author": "Ayala Nakashima Barbosa", "permissions": [ "storage" ], "icons": { "16": "icons\/tv16.png", "48": "icons\/tv48.png", "128": "icons\/tv128.png" }, "browser_action": { "default_icon": { "19": "icons\/tv19.png", "38": "icons\/tv38.png" }, "default_popup": "popup.html", "default_title": "Watched" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true } } |