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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |