Black Screen
Just a black web page
ما هو Black Screen؟
Black Screen هو إضافة Chrome تم تطويرها بواسطة https://blackscreen.app، والميزة الرئيسية لها هي "Just a black web page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Black Screen
قم بتنزيل ملفات الامتداد Black Screen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Just a black web page, with PWA support. No distraction when you open a new tab. معلومات أساسية عن التمديد
| الاسم | |
| ID | fifegcdolpopgankidmhacbffojhidng |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/black-screen/fifegcdolpopgankidmhacbffojhidng |
| الوصف | Just a black web page |
| حجم الملف | 8.91 KB |
| عدد التثبيتات | 445 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2020-10-27 |
| تاريخ النشر | 2020-10-26 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | https://blackscreen.app |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://blackscreen.app |
| عنوان صفحة المساعدة | https://blackscreen.app |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Black Screen",
"version": "1.0",
"description": "Just a black web page",
"homepage_url": "https:\/\/blackscreen.app",
"chrome_url_overrides": {
"newtab": "index.html"
},
"page_action": {
"default_title": "Black screen",
"default_popup": "index.html",
"default_icon": {
"16": "images\/icon-16x16.png",
"32": "images\/icon-32x32.png",
"48": "images\/icon-48x48.png",
"128": "images\/icon-128x128.png"
}
},
"icons": {
"16": "images\/icon-16x16.png",
"32": "images\/icon-32x32.png",
"48": "images\/icon-48x48.png",
"128": "images\/icon-128x128.png"
},
"content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com; object-src 'self'"
} | |