Twilify
Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
Twilify क्या है?
Twilify sadmoody द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twilify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |