Studify - Wipe Off Distractions
Remove the uneducational videos and distractive elements from youtube and block websites
什么是Studify - Wipe Off Distractions?
Studify - Wipe Off Distractions是由Krish Agrawal开发的Chrome扩展程序,该扩展的主要功能是“Remove the uneducational videos and distractive elements from youtube and block websites”。
扩展截图
下载Studify - Wipe Off Distractions扩展crx文件
下载Studify - Wipe Off Distractions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you preparing for an exam? Do you procastinate a lot when you need to study? Do you start to watch distractive videos when you open youtube for that maths solution you were looking for? Do you feel like there should be someone behind you to scold you whenever this happens? Well, then this extension is that 'someone' you are looking for. This extension will:- 1) Block all uneducational youtube videos 2) Allow you to add exceptions for channels of your choice 3) Remove the unwanted and distractive youtube elements 4) Enable you to block websites as a bonus Hence, this extension has all the features you need to make your study sessions truly productive You just need to install and done, it would start working from your next youtube session. You can access the exception list and blocked websites list by clicking the icon of the extension.
扩展基本信息
名称 | Studify - Wipe Off Distractions |
ID | dflpmjlfiihkkcdnapemddoedoegcgoi |
官方URL | https://chromewebstore.google.com/detail/studify-wipe-off-distract/dflpmjlfiihkkcdnapemddoedoegcgoi |
简介 | Remove the uneducational videos and distractive elements from youtube and block websites |
文件大小 | 23.2 KB |
安装次数 | 123 |
当前版本 | 1.1.0 |
更新时间 | 2022-05-31 |
上架时间 | 2022-02-26 |
评分 | 5.00/5 共8次评分 |
开发者 | Krish Agrawal |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://krishgon.github.io/privacyPolicy |
支持的语言 | de,en,en-GB,en-US,es,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.0", "default_locale": "en", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/*\/" ], "description": "__MSG_appDesc__", "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "scripting", "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "hideDistraction.css" ], "all_frames": true } ] } |