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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://flagger.io และคุณลักษณะหลักของมันคือ "Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flagger
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Flagger |
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" ] } } |