PiP Unblocker
Unblock Picture-in-Picture functionality.
ما هو PiP Unblocker؟
PiP Unblocker هو إضافة Chrome تم تطويرها بواسطة Polywocker، والميزة الرئيسية لها هي "Unblock Picture-in-Picture functionality.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PiP Unblocker
قم بتنزيل ملفات الامتداد PiP Unblocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unblock PiP functionality by clearing associated Feature-Policy headers.
Compatible with Youtube TV and more.
Source code: https://github.com/polywock/pipUnblocker
Privacy policy: https://github.com/polywock/pipUnblocker/blob/master/PRIVACY_POLICY.md
If you're only going to use this extension for a specific website or two. I recommend going to that website, right click the extension icon, and limit the extension's Site Access to only that website. معلومات أساسية عن التمديد
| الاسم | |
| ID | djjjomidddlggllpialpgkpnkdaeggfa |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pip-unblocker/djjjomidddlggllpialpgkpnkdaeggfa |
| الوصف | Unblock Picture-in-Picture functionality. |
| حجم الملف | 8.22 KB |
| عدد التثبيتات | 733 |
| النسخة الحالية | 0.3 |
| آخر تحديث | 2022-05-09 |
| تاريخ النشر | 2020-04-17 |
| تقييم | 4.20/5 مجموع تقييمات 5 |
| المطور | Polywocker |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/polywock/pipUnblocker |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PiP Unblocker",
"version": "0.3",
"description": "Unblock Picture-in-Picture functionality.",
"manifest_version": 2,
"permissions": [
"webRequest",
"webRequestBlocking",
"storage",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |