Alt-Right Denormalizer
Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
Τι είναι το Alt-Right Denormalizer;
Το Alt-Right Denormalizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Alt-Right Denormalizer
Λήψη αρχείων επέκτασης Alt-Right Denormalizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Replaces any appearance of the phrase 'alt-right' with 'Rebranded White Nationalism,' because this should not be normalized. I saw a few other versions of this out there, but wanted one with a more distinctive phrase. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | glfmlcifdhfpibfmokbcojfkbgfigeph |
| Επίσημο URL | https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph |
| Περιγραφή | Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' |
| Μέγεθος Αρχείου | 3.56 KB |
| Αριθμός Εγκαταστάσεων | 657 |
| Τρέχουσα Έκδοση | 1.0 |
| Τελευταία Ενημέρωση | 2016-11-17 |
| Ημερομηνία Δημοσίευσης | 2016-11-16 |
| Αξιολόγηση | 4.12/5 Συνολικά 34 Αξιολογήσεις |
| Προγραμματιστής | Unknown |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Alt-Right Denormalizer",
"description": "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' ",
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |