Hide my Youtube
One click hides all the text and thumbnails on Youtube. Another click brings it all back.
Hide my Youtube क्या है?
Hide my Youtube excogito द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One click hides all the text and thumbnails on Youtube. Another click brings it all back."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hide my Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
One click on the extension's icon hides all the text and thumbnails on Youtube. Another click brings it all back. - Want to see the highlights for that game you missed, without spoiling the score first? - Want to keep some privacy when someone's right over your shoulder? - Want to watch just one video, without spiraling down the youtube hole?
एक्सटेंशन की मूल जानकारी
नाम | Hide my Youtube |
ID | nbbgdnddemllmhllcnojhfkanmagnecg |
आधिकारिक URL | https://chromewebstore.google.com/detail/hide-my-youtube/nbbgdnddemllmhllcnojhfkanmagnecg |
विवरण | One click hides all the text and thumbnails on Youtube. Another click brings it all back. |
फ़ाइल का आकार | 19.96 KB |
स्थापना संख्या | 70 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2018-10-27 |
प्रकाशन तिथि | 2018-10-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | excogito |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Unspoiled Youtube" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/content-script.js" ] } ] } |