Distraction Free YouTube
YouTube with less distraction!
Distraction Free YouTube क्या है?
Distraction Free YouTube developer.4af2c द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube with less distraction!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Distraction Free YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension blocks the home page, explore page, side bar, end screen video tile, and YouTube Shorts. the project is open source: https://github.com/dwssv/distraction-free-youtube
एक्सटेंशन की मूल जानकारी
नाम | Distraction Free YouTube |
ID | cjfomfbgjppmmipmjdfpcjlilpjbahli |
आधिकारिक URL | https://chromewebstore.google.com/detail/distraction-free-youtube/cjfomfbgjppmmipmjdfpcjlilpjbahli |
विवरण | YouTube with less distraction! |
फ़ाइल का आकार | 484 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2022-05-14 |
प्रकाशन तिथि | 2022-03-27 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | developer.4af2c |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Distraction Free YouTube", "description": "YouTube with less distraction!", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |