Twilify
Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
Cos'è Twilify?
Twilify è un'estensione di Chrome sviluppata da sadmoody, e la sua funzione principale è "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twilify
Scarica i file di estensione Twilify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | gllliepmmafhmkamndmcdaoiigkohopa |
URL Ufficiale | https://chrome.google.com/webstore/detail/twilify/gllliepmmafhmkamndmcdaoiigkohopa |
Descrizione | Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans. |
Dimensione del File | 301 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2012-11-22 |
Data di Pubblicazione | 2012-11-22 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | sadmoody |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |