Wiki Tube
Movie teaser video addded to the top of the Wikipedia page of the Movie
ما هو Wiki Tube؟
Wiki Tube هو إضافة Chrome تم تطويرها بواسطة Nikhil Nainani، والميزة الرئيسية لها هي "Movie teaser video addded to the top of the Wikipedia page of the Movie".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wiki Tube
قم بتنزيل ملفات الامتداد Wiki Tube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds the youtube teaser video of a movie right at the top of the wikipedia page of the movie. May not work for all movies becuase of keyword search on Youtube API.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | hkkphbohfchhkkpnkcoomlhfieaicgjg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wiki-tube/hkkphbohfchhkkpnkcoomlhfieaicgjg |
الوصف | Movie teaser video addded to the top of the Wikipedia page of the Movie |
حجم الملف | 8.54 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 1.2 |
آخر تحديث | 2014-11-25 |
تاريخ النشر | 2014-11-25 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Nikhil Nainani |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wiki Tube", "description": "Movie teaser video addded to the top of the Wikipedia page of the Movie", "version": "1.2", "permissions": [ "https:\/\/www.goodreads.com\/*", "http:\/\/www.goodreads.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/en.wikipedia.org\/*", "https:\/\/en.wikipedia.org\/*" ], "js": [ "test.js" ] }, { "matches": [ "http:\/\/www.amazon.in\/*", "https:\/\/www.amazon.in\/*" ], "js": [ "2.js" ] } ] } |