Twilify
Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
Twilify là gì?
Twilify là một tiện ích mở rộng Chrome được phát triển bởi sadmoody, và tính năng chính của nó là "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twilify
Tải xuống các tệp mở rộng Twilify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gllliepmmafhmkamndmcdaoiigkohopa |
URL Chính Thức | https://chrome.google.com/webstore/detail/twilify/gllliepmmafhmkamndmcdaoiigkohopa |
Mô tả | Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans. |
Kích Thước Tệp | 301 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2012-11-22 |
Ngày Phát Hành | 2012-11-22 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | sadmoody |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |