Unblock embedded Youtube videos
Play embedded Youtube videos without problems!
ما هو Unblock embedded Youtube videos؟
Unblock embedded Youtube videos هو إضافة Chrome تم تطويرها بواسطة drulia، والميزة الرئيسية لها هي "Play embedded Youtube videos without problems!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unblock embedded Youtube videos
قم بتنزيل ملفات الامتداد Unblock embedded Youtube videos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is very simple extension to enable playing of certain embedded Youtube videos which usually would be blocked and not allowed to play. (i.e videos are blocked on certain websites and similar situations.) All it does is makes Youtube think that you playing all their videos from google.com domain. [Disclosure] It doesn't allow you to play videos that are blocked in your country. Extension is open sourced https://github.com/drulia/youtube_video_unblocker
معلومات أساسية عن التمديد
الاسم | |
ID | aajjpnimaghinaladfeongfnojpooegf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/unblock-embedded-youtube/aajjpnimaghinaladfeongfnojpooegf |
الوصف | Play embedded Youtube videos without problems! |
حجم الملف | 12.45 KB |
عدد التثبيتات | 9,880 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2014-07-31 |
تاريخ النشر | 2014-07-31 |
تقييم | 2.59/5 مجموع تقييمات 257 |
المطور | drulia |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/drulia/youtube_video_unblocker |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unblock embedded Youtube videos", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "22", "description": "Play embedded Youtube videos without problems!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/" ], "background": { "scripts": [ "background.js" ] } } |