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 |
官方網址 | 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 } ] } |