Snapple TEAcision: Hack The Headlines
Take the politics out of your Internet with Snapple’s new Headline Hacker.
Snapple TEAcision: Hack The Headlines란 무엇입니까?
Snapple TEAcision: Hack The Headlines은(는) Snapple에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take the politics out of your Internet with Snapple’s new Headline Hacker."입니다.
확장 프로그램 스크린샷
Snapple TEAcision: Hack The Headlines 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you tired of election coverage? Want more fun in your news feed? Use Snapple’s new Headline Hacker to turn the political conversation from furious to flavorful. It finds the election buzzwords in your Internet and replaces them with something much more entertaining. A “convention” becomes a “food fight.” A “debate” is now a “jamboree.” The list goes on…let the humor begin!
확장 프로그램 기본 정보
이름 | Snapple TEAcision: Hack The Headlines |
ID | pgoiediknldikbfnomoccgjffgbbeeao |
공식 URL | https://chromewebstore.google.com/detail/snapple-teacision-hack-th/pgoiediknldikbfnomoccgjffgbbeeao |
설명 | Take the politics out of your Internet with Snapple’s new Headline Hacker. |
파일 크기 | 51.9 KB |
설치 횟수 | 12 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2016-10-11 |
출시 날짜 | 2016-10-11 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | Snapple |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snapple TEAcision: Hack The Headlines", "description": "Take the politics out of your Internet with Snapple\u2019s new Headline Hacker.", "version": "1.0.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jq.js", "content.js" ], "run_at": "document_end" } ] } |