Flagger
Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.
什么是Flagger?
Flagger是由https://flagger.io开发的Chrome扩展程序,该扩展的主要功能是“Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.”。
扩展截图
下载Flagger扩展crx文件
下载Flagger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Flagger is a browser add-on that automatically puts red flag keywords (like bomb, Taliban and anthrax) into the web addresses you visit. Install Flagger and help us send a message: government surveillance has gone too far. 扩展基本信息
| 名称 | |
| ID | dhnmamoofolkjakgakfncmdbmmfofaam |
| 官方URL | https://chromewebstore.google.com/detail/flagger/dhnmamoofolkjakgakfncmdbmmfofaam |
| 简介 | Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway. |
| 文件大小 | 247 KB |
| 安装次数 | 104 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2014-12-05 |
| 上架时间 | 2014-12-04 |
| 评分 | 4.25/5 共8次评分 |
| 开发者 | https://flagger.io |
| 付费类型 | free |
| 扩展官网 | http://flagger.io |
| 帮助页面URL | http://flagger.io/faq.php |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Flagger",
"version": "1.2.0",
"icons": {
"19": "data\/images\/icon_logo_19.png",
"48": "data\/images\/icon_logo_48.png",
"128": "data\/images\/icon_logo_128.png"
},
"description": "Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.",
"browser_action": {
"default_title": "Click for Flagger!",
"default_icon": {
"19": "data\/images\/flag_gray.png",
"38": "data\/images\/flag_gray_38.png"
},
"default_popup": "data\/html\/popup.html"
},
"background": {
"scripts": [
"lib\/flagger_http_observer_chrome.js",
"lib\/flagger.js",
"lib\/main_chrome.js"
],
"persistent": true
},
"permissions": [
"tabs",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"sandbox": {
"pages": [
"data\/html\/templating_sandbox.html"
]
}
} | |