Twitch Tab
See your stream and surf to the net !
Twitch Tab क्या है?
Twitch Tab Toutoupou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See your stream and surf to the net !"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
surf on the net and watch your favorite streamers !
Make sure to enbale your panels
Copy this in your navigation bar: "chrome://flags/#enable-panels" and active panels एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | ljkaicdlogbblgehfmedfmlndblnjhcn |
| आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn |
| विवरण | See your stream and surf to the net ! |
| फ़ाइल का आकार | 39.89 KB |
| स्थापना संख्या | 16 |
| वर्तमान संस्करण | 1.1 |
| अंतिम अपडेट | 2016-09-12 |
| प्रकाशन तिथि | 2016-09-12 |
| डेवलपर | Toutoupou |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitch Tab",
"description": " See your stream and surf to the net !",
"version": "1.1",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"manifest_version": 2,
"background": {
"page": "background.html"
},
"permissions": [
"notifications"
],
"browser_action": {
"default_icon": "data\/icon_twitch.png",
"default_popup": "popup.html",
"icons": {
"19": "data\/icon_twitch.png"
}
}
} | |