Black Out

Make your screen dark while casting a tab to a Chromecast.

ما هو Black Out؟

Black Out هو إضافة Chrome تم تطويرها بواسطة gillstrom، والميزة الرئيسية لها هي "Make your screen dark while casting a tab to a Chromecast.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Black Out

قم بتنزيل ملفات الامتداد Black Out بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Make your TV dark in a click while casting a tab to a Chromecast. Restore the screen with a click on the dark tab or the icon.

Perfect if you're casting a tab with Spotify, Soundcloud and so on.                    

معلومات أساسية عن التمديد

الاسم Black Out Black Out
ID gepmpjdejgblofalijabkjdmicebgcih
عنوان URL الرسمي https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih
الوصف Make your screen dark while casting a tab to a Chromecast.
حجم الملف 87.23 KB
عدد التثبيتات 333
النسخة الحالية 0.0.0.2
آخر تحديث 2014-04-28
تاريخ النشر 2014-04-28
تقييم 4.82/5 مجموع تقييمات 11
المطور gillstrom
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة http://andreasgillstrom.se
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Black Out",
    "description": "Make your screen dark while casting a tab to a Chromecast.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "web_accessible_resources": [
        "background.js",
        "background.html",
        "jquery.min.js",
        "dark.js"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}