Cyclops - Hide YouTube numbers
Extension to hide YouTube numbers
Cyclops - Hide YouTube numbers क्या है?
Cyclops - Hide YouTube numbers Rodrigo Cava द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to hide YouTube numbers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cyclops - Hide YouTube numbers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hide all YouTube numbers! Have a better experience of watching YouTube by choosing based on content rather than popularity. Feel free to like and enjoy the content regardless of how many people liked, disliked or commented.
एक्सटेंशन की मूल जानकारी
नाम | Cyclops - Hide YouTube numbers |
ID | jaipkdcbjjkmmnhioljfohaiiajdikmp |
आधिकारिक URL | https://chromewebstore.google.com/detail/cyclops-hide-youtube-numb/jaipkdcbjjkmmnhioljfohaiiajdikmp |
विवरण | Extension to hide YouTube numbers |
फ़ाइल का आकार | 18.8 KB |
स्थापना संख्या | 161 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-09-16 |
प्रकाशन तिथि | 2018-09-16 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | Rodrigo Cava |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cyclops - Hide YouTube numbers", "description": "Extension to hide YouTube numbers", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "icons\/hide_logo.png", "default_popup": "index.html", "default_title": "Hide YouTube numbers!" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ] } ], "permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ] } |