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文件
下載Twilify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |