Netflix Continue Playing Clicker
This extension clicks the Netflix "continue playing" Button automatically
ما هو Netflix Continue Playing Clicker؟
Netflix Continue Playing Clicker هو إضافة Chrome تم تطويرها بواسطة limered، والميزة الرئيسية لها هي "This extension clicks the Netflix "continue playing" Button automatically".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Continue Playing Clicker
قم بتنزيل ملفات الامتداد Netflix Continue Playing Clicker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
No more leaving your couch only to click a button during your netflix and chill session. This extension clicks the Netflix "continue playing" Button automatically. If you planing on falling asleep or something else ;) you can always turn it off using the button in the taskbar. Have Fun
معلومات أساسية عن التمديد
الاسم | |
ID | klgocfagnjnpmjfmbdglcbjpchdbadhc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/netflix-continue-playing/klgocfagnjnpmjfmbdglcbjpchdbadhc |
الوصف | This extension clicks the Netflix "continue playing" Button automatically |
حجم الملف | 7.21 KB |
عدد التثبيتات | 299 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-02-18 |
تاريخ النشر | 2016-02-18 |
تقييم | 2.33/5 مجموع تقييمات 9 |
المطور | limered |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Continue Playing Clicker", "description": "This extension clicks the Netflix \"continue playing\" Button automatically", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "content\/content_script.js" ] } ], "background": { "scripts": [ "background\/background_script.js" ] }, "page_action": { "default_icon": "images\/icon.png", "default_title": "Netflix Clicker", "default_popup": "pageaction\/pageaction_popup.html" }, "permissions": [ "tabs", "storage" ] } |