Blokker
Blocks YouTube, Twitter and Facebook feed.
什么是Blokker?
Blokker是由rickpastoor开发的Chrome扩展程序,该扩展的主要功能是“Blocks YouTube, Twitter and Facebook feed.”。
下载Blokker扩展crx文件
下载Blokker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin block your YouTube, Twitter and Facebook feed, to help you get more work done. 扩展基本信息
| 名称 | |
| ID | nfbccglabkpcibhpnjlodhncnlggpkka |
| 官方URL | https://chromewebstore.google.com/detail/blokker/nfbccglabkpcibhpnjlodhncnlggpkka |
| 简介 | Blocks YouTube, Twitter and Facebook feed. |
| 文件大小 | 917 KB |
| 安装次数 | 13 |
| 当前版本 | 1.2 |
| 更新时间 | 2017-05-16 |
| 上架时间 | 2017-05-16 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | rickpastoor |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blokker",
"version": "1.2",
"description": "Blocks YouTube, Twitter and Facebook feed.",
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.geenstijl.nl\/*",
"*:\/\/*.dumpert.nl\/*",
"*:\/\/*.nu.nl\/*",
"*:\/\/news.ycombinator.com\/*"
],
"js": [
"blokker.js"
],
"css": [
"blokker.css"
]
}
],
"manifest_version": 2,
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png",
"1024": "img\/icon1024.png"
}
} | |