Twilify
Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
Τι είναι το Twilify;
Το Twilify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sadmoody, και η κύρια λειτουργία του είναι "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twilify
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" ] } |