Twilify
Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
Twilify란 무엇입니까?
Twilify은(는) sadmoody에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans."입니다.
확장 프로그램 스크린샷
Twilify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If the internet is getting far too depressing for you due to the Israel/Palestine conflict, this could be the extension for you. This extension will replace all mentions of Israel/Palestine with Team Edward/Team Jacob (respectively). To enable/disable it just click the apple/grenade icon that gets added to your browser. A hacky attempt at this extension while the idea is still topical. Enjoy!
확장 프로그램 기본 정보
이름 | |
ID | gllliepmmafhmkamndmcdaoiigkohopa |
공식 URL | https://chrome.google.com/webstore/detail/twilify/gllliepmmafhmkamndmcdaoiigkohopa |
설명 | Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans. |
파일 크기 | 301 KB |
설치 횟수 | 18 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2012-11-22 |
출시 날짜 | 2012-11-22 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | sadmoody |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "contentscript.js", "main.js" ] } ], "web_accessible_resources": [ "twilify.js" ], "name": "Twilify", "description": "Reduces all mentions of the Israel\/Palestine conflict into a fight between Twilight fans.", "version": "1.0.3", "background": { "scripts": [ "main.js" ] }, "browser_action": { "default_icon": "apple.png", "default_title": "Twilify" }, "permissions": [ "tabs", "*:\/\/*\/*", "contextMenus" ] } |