Unweb
Unweb hides distractions like feeds, related articles and suggested videos to help you focus.
什麼是Unweb?
Unweb是由http://unweb.app開發的Chrome擴展程式,該擴展的主要功能是“Unweb hides distractions like feeds, related articles and suggested videos to help you focus.”。
擴展截圖
下載Unweb擴展crx文件
下載Unweb擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Distractions are hidden by a white box, and display a 'Show' button that you can use to show the distraction whenever you need it. You can also choose which distractions you want to show always, using the 'Always' button. Unweb puts you in the driver's seat so that distractions aren't pushed on you by default. YOU choose when you want to be distracted. **Works on 19 sites, including Facebook, YouTube, Twitter, Reddit, LinkedIn and more. Request new sites by emailing [email protected]**
擴展基本資訊
名稱 | |
ID | gjoogpakdilcbemcmgmlbdppchmckcdm |
官方網址 | https://chrome.google.com/webstore/detail/unweb/gjoogpakdilcbemcmgmlbdppchmckcdm |
簡介 | Unweb hides distractions like feeds, related articles and suggested videos to help you focus. |
檔案大小 | 952 KB |
安裝次數 | 304 |
目前版本 | 1.0.4 |
更新時間 | 2020-06-09 |
上架時間 | 2020-06-09 |
評分 | 5.00/5 共 2 次評分 |
開發者 | http://unweb.app |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://unweb.app |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.4", "name": "Unweb", "permissions": [ "tabs", "storage", "unlimitedStorage" ], "description": "Unweb hides distractions like feeds, related articles and suggested videos to help you focus.", "icons": { "16": "img\/unweb_logo16.png", "48": "img\/unweb_logo48.png", "128": "img\/unweb_logo128.png" }, "browser_action": { "default_popup": "html\/pages\/popup.html" }, "options_ui": { "page": "html\/pages\/options_home.html", "chrome_style": false, "open_in_tab": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'", "web_accessible_resources": [ "img\/*", "fonts\/*", "html\/*", "css\/*" ], "background": { "scripts": [ "config.js", "js\/vars\/defaults.js", "js\/vars\/amplitude-credentials.js", "js\/vendor\/amplitude-instance.js", "js\/vendor\/moment.min.js", "js\/background\/utils\/lib.js", "js\/background\/init.js", "js\/background\/settings.js", "js\/background\/listeners.js", "js\/background\/logger.js", "js\/background\/messager.js" ] }, "content_scripts": [ { "matches": [ " |