UnblockedWhere
Suggests countries where a blocked video is unblocked
ما هو UnblockedWhere؟
UnblockedWhere هو إضافة Chrome تم تطويرها بواسطة stefanpetersen1، والميزة الرئيسية لها هي "Suggests countries where a blocked video is unblocked".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UnblockedWhere
قم بتنزيل ملفات الامتداد UnblockedWhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Have you ever wanted to watch a blocked YouTube video, but aren't sure what countries the video is available in? UnblockedWhere is a lightweight, unobtrusive Chrome extension that will enhance your YouTube experience. If you visit a video that is blocked in your country, UnblockedWhere will provide a popup message suggesting four countries where the video isn't blocked. Install now and never worry again about finding a working country for video watching!
**This extension is very new. If you have any issues, please contact**
All code is publicly available on GitHub (under support link). معلومات أساسية عن التمديد
| الاسم | |
| ID | jjgbngbalckgedkeaiebljnehncimimb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/unblockedwhere/jjgbngbalckgedkeaiebljnehncimimb |
| الوصف | Suggests countries where a blocked video is unblocked |
| حجم الملف | 789 KB |
| عدد التثبيتات | 145 |
| النسخة الحالية | 1.0.1.2 |
| آخر تحديث | 2014-03-20 |
| تاريخ النشر | 2014-03-19 |
| المطور | stefanpetersen1 |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://github.com/BlingCrozby/UnblockedWhere |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "UnblockedWhere",
"description": "Suggests countries where a blocked video is unblocked",
"permissions": [
"notifications",
"tabs"
],
"background": {
"page": "background.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/freegeoip.net\/json\/; 'https:\/\/gdata.youtube.com\/feeds\/api\/videos\/'; object-src 'self'",
"version": "1.0.1.2",
"manifest_version": 2
} | |