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 |
| 官方網址 | 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"
]
}
} | |