YouTube Incognito Theatre mode
Always disable autoplay and use theatre mode, even when browsing incognito.
YouTube Incognito Theatre mode क्या है?
YouTube Incognito Theatre mode Thijs van Dijk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always disable autoplay and use theatre mode, even when browsing incognito."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Incognito Theatre mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Incognito mode is great when you want to browse with a clean slate. However, this also means that all websites you visit will have forgotten your preferences. This extension simply resets YouTube to widescreen (or "Theatre" or "Cinema") mode, and unticks autoplay. It also disables autoplay in Vimeo. NOTE: in order to work in Incognito mode, remember to check "Allow in incognito" in the extensions tab.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pfjninejdjnhelphklgogniambpihlln |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-incognito-theatre/pfjninejdjnhelphklgogniambpihlln |
विवरण | Always disable autoplay and use theatre mode, even when browsing incognito. |
फ़ाइल का आकार | 13.27 KB |
स्थापना संख्या | 174 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2018-04-25 |
प्रकाशन तिथि | 2018-04-25 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | Thijs van Dijk |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/thijzert/youtube-incognito-theatre-plugin |
गोपनीयता नीति पृष्ठ URL | https://github.com/thijzert/youtube-incognito-theatre-plugin/blob/master/PRIVACY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Incognito Theatre mode", "version": "1.2.1", "description": "Always disable autoplay and use theatre mode, even when browsing incognito.", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "minimum_chrome_version": "12.0.707.0", "incognito": "split", "permissions": [ "https:\/\/www.youtube.com\/", "https:\/\/vimeo.com\/", "cookies" ] } |