NZB Geek Preview
This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
ما هو NZB Geek Preview؟
NZB Geek Preview هو إضافة Chrome تم تطويرها بواسطة travis134، والميزة الرئيسية لها هي "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NZB Geek Preview
قم بتنزيل ملفات الامتداد NZB Geek Preview بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
معلومات أساسية عن التمديد
الاسم | |
ID | peomplnjhjnkcnjejmdhhlfmoaokikig |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig |
الوصف | This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views. |
حجم الملف | 8.34 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.4 |
آخر تحديث | 2014-02-18 |
تاريخ النشر | 2014-02-18 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | travis134 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NZB Geek Preview", "description": "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.", "version": "1.4", "content_scripts": [ { "matches": [ "https:\/\/01100111011001010110010101101011.info\/music*", "https:\/\/01100111011001010110010101101011.info\/movies*", "https:\/\/01100111011001010110010101101011.info\/console*" ], "js": [ "nzb_geek_preview.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "activeTab", "https:\/\/www.youtube.com\/" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" } } |