Trump Filter
Turn off election related Facebook content.
Trump Filter란 무엇입니까?
Trump Filter은(는) spiritwayco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn off election related Facebook content."입니다.
Trump Filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Filter election-related material on Facebook. 'Nuff said.
확장 프로그램 기본 정보
이름 | Trump Filter |
ID | gbjnofnmpmkngonfjkjecdchjgldckhm |
공식 URL | https://chromewebstore.google.com/detail/trump-filter/gbjnofnmpmkngonfjkjecdchjgldckhm |
설명 | Turn off election related Facebook content. |
파일 크기 | 484 KB |
설치 횟수 | 20 |
현재 버전 | 0.12 |
최근 업데이트 | 2016-03-10 |
출시 날짜 | 2016-03-09 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | spiritwayco |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://spiritway.co |
개인정보 보호 정책 페이지 URL | http://spiritway.co |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Filter", "description": "Turn off election related Facebook content.", "version": "0.12", "homepage_url": "http:\/\/spiritway.co", "short_name": "Trump Filter", "permissions": [ "activeTab", "tabs", "http:\/\/spiritway.co\/", "https:\/\/spiritway.co\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/*.gstatic.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery-1.12.0.min.js", "main.js" ] } ], "browser_action": { "default_icon": "icons\/uncle_sam_bw.png" }, "icons": { "16": "icons\/uncle_sam.png", "48": "icons\/uncle_sam.png", "128": "icons\/uncle_sam.png" }, "background": { "scripts": [ "script.js" ], "persistent": true }, "web_accessible_resources": [ "css\/grid.min.css", "css\/main.css", "img\/uncle_sam.png", "img\/uncle_sam_bw.png", "main.html" ] } |