Novedades en Netflix
Agrega Novedades a las opciones de Netflix
ما هو Novedades en Netflix؟
Novedades en Netflix هو إضافة Chrome تم تطويرها بواسطة edgargutierrezpiceno، والميزة الرئيسية لها هي "Agrega Novedades a las opciones de Netflix".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Novedades en Netflix
قم بتنزيل ملفات الامتداد Novedades en Netflix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Con esta extensión puedes usar la opción NOVEDADES en las opciones de la página principal de Netflix.
معلومات أساسية عن التمديد
الاسم | |
ID | gfcbcbniigpoaleeohjieokjhhbpnojc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/novedades-en-netflix/gfcbcbniigpoaleeohjieokjhhbpnojc |
الوصف | Agrega Novedades a las opciones de Netflix |
حجم الملف | 213 KB |
عدد التثبيتات | 74 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2014-02-25 |
تاريخ النشر | 2014-02-25 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | edgargutierrezpiceno |
نوع الدفع | free |
اللغات المدعومة | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Novedades en Netflix", "version": "1.0.0", "manifest_version": 2, "description": "Agrega Novedades a las opciones de Netflix", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/www.netflix.com\/*", "https:\/\/www.netflix.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.netflix.com\/*", "https:\/\/www.netflix.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "run_at": "document_end" } ] } |