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 |
官方URL | 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": [ " |