Black Out
Make your screen dark while casting a tab to a Chromecast.
Black Out क्या है?
Black Out gillstrom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your screen dark while casting a tab to a Chromecast."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Black Out एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 |
सहायता पृष्ठ URL | 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:\/\/*\/*" ] } |