Twilify
Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
Apa itu Twilify?
Twilify adalah ekstensi Chrome yang dikembangkan oleh sadmoody, dan fitur utamanya adalah "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twilify
Unduh file ekstensi Twilify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | gllliepmmafhmkamndmcdaoiigkohopa |
URL Resmi | https://chrome.google.com/webstore/detail/twilify/gllliepmmafhmkamndmcdaoiigkohopa |
Deskripsi | Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans. |
Ukuran File | 301 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2012-11-22 |
Tanggal Publikasi | 2012-11-22 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | sadmoody |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |