Youtube to Playit Convertor
Converts the iframe and embeded video of youtube to playit.pk iframe.
ما هو Youtube to Playit Convertor؟
Youtube to Playit Convertor هو إضافة Chrome تم تطويرها بواسطة rasikhkhattat، والميزة الرئيسية لها هي "Converts the iframe and embeded video of youtube to playit.pk iframe.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube to Playit Convertor
قم بتنزيل ملفات الامتداد Youtube to Playit Convertor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Converts the iframe and embeded video of youtube to playit.pk iframe. Very handy for users where youtube is blocked.
معلومات أساسية عن التمديد
الاسم | |
ID | gdkpnafkljioejflaneicgaagjindfdg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-to-playit-convert/gdkpnafkljioejflaneicgaagjindfdg |
الوصف | Converts the iframe and embeded video of youtube to playit.pk iframe. |
حجم الملف | 42.4 KB |
عدد التثبيتات | 302 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-04-02 |
تاريخ النشر | 2015-03-10 |
تقييم | 4.73/5 مجموع تقييمات 11 |
المطور | rasikhkhattat |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube to Playit Convertor", "description": "Converts the iframe and embeded video of youtube to playit.pk iframe.", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Youtube to Playit Convertor.", "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "youtube_script.js", "playit_script.js" ] } ], "manifest_version": 2 } |