No Thank You, Website!
No Thank You, Website!, an open-source Chrome productivity extension to block website access
什么是No Thank You, Website!?
No Thank You, Website!是由swrittenb开发的Chrome扩展程序,该扩展的主要功能是“No Thank You, Website!, an open-source Chrome productivity extension to block website access”。
下载No Thank You, Website!扩展crx文件
下载No Thank You, Website!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple and straightforward way to block websites you don't want to visit. Tired of visiting the same news site over and over? Too much social media? Just say No Thank You, Website!
扩展基本信息
名称 | |
ID | lfableeiebdjblgjnphnmfnhdfaefokc |
官方URL | https://chrome.google.com/webstore/detail/no-thank-you-website/lfableeiebdjblgjnphnmfnhdfaefokc |
简介 | No Thank You, Website!, an open-source Chrome productivity extension to block website access |
文件大小 | 6.61 KB |
安装次数 | 26 |
当前版本 | 1.0 |
更新时间 | 2016-12-08 |
上架时间 | 2016-12-08 |
评分 | 5.00/5 共2次评分 |
开发者 | swrittenb |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Thank You, Website!", "description": "No Thank You, Website!, an open-source Chrome productivity extension to block website access", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "No Thank You, Website!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "*:\/\/*\/*" ] } |