UKIP Goggles
Turn the Word Wide Web into little England.
Τι είναι το UKIP Goggles;
Το UKIP Goggles είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον The Mirror, και η κύρια λειτουργία του είναι "Turn the Word Wide Web into little England.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UKIP Goggles
Λήψη αρχείων επέκτασης UKIP Goggles σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Scared of immigrants? Worried by facts? Tired of the whole modern Britain? No problem. Turn the Word Wide Web into little England. This extension changes some of key words that appear in your browser to UKIP's truth, so that you too can now see the world as UKIP does. Brought to you by the Mirror.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | caennjdihheiajnbkplecmeooafkfjom |
Επίσημο URL | https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom |
Περιγραφή | Turn the Word Wide Web into little England. |
Μέγεθος Αρχείου | 96.2 KB |
Αριθμός Εγκαταστάσεων | 31 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2014-11-21 |
Ημερομηνία Δημοσίευσης | 2014-11-21 |
Αξιολόγηση | 2.60/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | The Mirror |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UKIP Goggles", "description": "Turn the Word Wide Web into little England.", "icons": { "128": "icon_128.png" }, "version": "1.3", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "ukip-goggles.css" ], "js": [ "jquery-2-1-1.js", "jquery.replacetext.js", "burn.js", "ukip-goggles.js" ], "all_frames": true } ] } |