Distraction Free YouTube
Are you distracted while watching educational videos! Hide those who got in your way to success.
Distraction Free YouTube क्या है?
Distraction Free YouTube distractions.freee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Are you distracted while watching educational videos! Hide those who got in your way to success."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Distraction Free YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sometimes while studying or watching educational videos. YouTube recommends videos that distract us, and we end up watching videos that are entirely a waste of time. We developed this extension as a part of making social media a boon, not a bane. You can find more info about us on https://distractionsfree.life We need your feedback on our product. We aim to make social media as productive as we can, and for that, we need your support. Tell us about new features we should introduce in our extension, any bug. Thanks for your support.
एक्सटेंशन की मूल जानकारी
नाम | Distraction Free YouTube |
ID | hoeoebicgchngdidmbadgkdiempefcfn |
आधिकारिक URL | https://chromewebstore.google.com/detail/distraction-free-youtube/hoeoebicgchngdidmbadgkdiempefcfn |
विवरण | Are you distracted while watching educational videos! Hide those who got in your way to success. |
फ़ाइल का आकार | 89.64 KB |
स्थापना संख्या | 853 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2020-10-19 |
प्रकाशन तिथि | 2020-10-13 |
रेटिंग | 4.50/5 कुल 16 रेटिंग्स |
डेवलपर | distractions.freee |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Distraction Free YouTube", "version": "0.2.1", "description": "Are you distracted while watching educational videos! Hide those who got in your way to success. ", "permissions": [ "activeTab", "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "custom.css" ], "js": [ "logic.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/cropped.png", "32": "images\/cropped.png", "48": "images\/cropped.png", "128": "images\/cropped.png" } }, "icons": { "16": "images\/cropped.png", "32": "images\/cropped.png", "48": "images\/cropped.png", "128": "images\/cropped.png" }, "manifest_version": 2 } |