Restricted Mode: On
Automatically enables restricted mode on Youtube.
Restricted Mode: On क्या है?
Restricted Mode: On https://www.kiboke-studio.hr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically enables restricted mode on Youtube."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Restricted Mode: On एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
No more inappropriate content on Youtube for your children! This extension automatically enables restricted mode on Youtube and hides the toggle option. Support the development, please: PayPal: https://www.paypal.me/kiboke/ BTC: 19qDrmjLBYs6vuNQMuLfdSY1Za2nZcfBZh
एक्सटेंशन की मूल जानकारी
नाम | Restricted Mode: On |
ID | bdhobnomngglhoajcbpihfkcgkehooco |
आधिकारिक URL | https://chromewebstore.google.com/detail/restricted-mode-on/bdhobnomngglhoajcbpihfkcgkehooco |
विवरण | Automatically enables restricted mode on Youtube. |
फ़ाइल का आकार | 27.19 KB |
स्थापना संख्या | 949 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2019-05-07 |
प्रकाशन तिथि | 2019-05-07 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.kiboke-studio.hr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.kiboke-studio.hr/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Restricted Mode: On", "description": "Automatically enables restricted mode on Youtube.", "version": "0.0.1", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik @ kiboke studio", "permissions": [ "notifications" ], "background": { "scripts": [ "data\/main.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start", "css": [ "data\/youtube.css" ], "js": [ "data\/youtube.js" ] } ] } |