Twitch Extension Fixer
This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%
Twitch Extension Fixer क्या है?
Twitch Extension Fixer pelleoe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Extension Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will fix Twitch overlay issues that disables double click to fullscreen. The extension will only run on Twitch.tv. It will make the Twitch overlay container have a max width of 33%. This will enable you to double click to enter fullscreen and exit fullscreen
एक्सटेंशन की मूल जानकारी
नाम | Twitch Extension Fixer |
ID | faempdinfpgfoghncgoigpcldlgbcpkf |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-extension-fixer/faempdinfpgfoghncgoigpcldlgbcpkf |
विवरण | This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33% |
फ़ाइल का आकार | 6.38 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-05-05 |
प्रकाशन तिथि | 2019-05-05 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | pelleoe |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Extension Fixer", "version": "1.0", "description": "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "css": [ "styles.css" ] } ], "page_action": { "default_icon": { "16": "icons\/twitch16.png", "32": "icons\/twitch32.png", "48": "icons\/twitch48.png", "128": "icons\/twitch128.png" } }, "icons": { "16": "icons\/twitch16.png", "32": "icons\/twitch32.png", "48": "icons\/twitch48.png", "128": "icons\/twitch128.png" }, "manifest_version": 2 } |