YouTube Endcard Controller
Hide or show endcards on YouTube
YouTube Endcard Controller क्या है?
YouTube Endcard Controller schmidlidev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide or show endcards on YouTube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Endcard Controller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features * Toggle between showing and hiding intrusive YouTube Endcards. * Control is integrated seamlessly into the YouTube video player settings. * No annoying badge icon on your browser like other extensions. * Current selection is remembered across sessions and even across devices.
एक्सटेंशन की मूल जानकारी
नाम | YouTube Endcard Controller |
ID | dhcmfnihepmjalbfgelbfoecmmjjbinh |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-endcard-controlle/dhcmfnihepmjalbfgelbfoecmmjjbinh |
विवरण | Hide or show endcards on YouTube |
फ़ाइल का आकार | 4.73 KB |
स्थापना संख्या | 523 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-12-06 |
प्रकाशन तिथि | 2020-12-02 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | schmidlidev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Endcard Controller", "version": "1.0.0", "description": "Hide or show endcards on YouTube", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon128.png" } } |