ZingFilter
Allows you to watch filtered YouTube videos (and to create filters yourself) in order to mute/skip objectionable or boring content.
ZingFilter क्या है?
ZingFilter Zero Gravity Programming द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to watch filtered YouTube videos (and to create filters yourself) in order to mute/skip objectionable or boring content."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZingFilter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ZingFilter allows you to watch filtered YouTube videos, removing unwanted foul language, extreme violence, nudity, sexuality, obscenity, and boring fluff. The extension also enables anyone to create custom filters for YouTube videos of your choice. The whole world can then enjoy watching the videos you have filtered, with their ZingFilter extension installed. Filter the world!
एक्सटेंशन की मूल जानकारी
नाम | ZingFilter |
ID | idnbpaebbbhpedgfkgjblpnmjdmkijbn |
आधिकारिक URL | https://chromewebstore.google.com/detail/zingfilter/idnbpaebbbhpedgfkgjblpnmjdmkijbn |
विवरण | Allows you to watch filtered YouTube videos (and to create filters yourself) in order to mute/skip objectionable or boring content. |
फ़ाइल का आकार | 281 KB |
स्थापना संख्या | 196 |
वर्तमान संस्करण | 2.14 |
अंतिम अपडेट | 2021-10-01 |
प्रकाशन तिथि | 2019-08-04 |
रेटिंग | 4.67/5 कुल 9 रेटिंग्स |
डेवलपर | Zero Gravity Programming |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.zingfilter.us/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "ZingFilter", "short_name": "ZingFilter", "version": "2.14", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allows you to watch filtered YouTube videos (and to create filters yourself) in order to mute\/skip objectionable or boring content.", "author": "ZingFilter", "homepage_url": "https:\/\/www.zingfilter.us\/", "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png" }, "default_popup": "popup.html", "default_title": "ZingFilter Settings" }, "content_scripts": [ { "all_frames": false, "matches": [ "https:\/\/www.youtube.com\/*", "*:\/\/*.zingfilter.us\/*" ], "js": [ "js\/ZingFilter.js", "js\/jquery-3.1.1.min.js", "js\/encryption\/aes.js", "js\/encryption\/aes-json-format.js" ] } ], "icons": { "16": "images\/logo_16.png", "19": "images\/logo_19.png", "38": "images\/logo_38.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/background.js" ] } } |