Clarifier
Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".
Was ist Clarifier?
Clarifier ist eine Chrome-Erweiterung, die von Steve Wozniak entwickelt wurde, und ihr Hauptmerkmal ist "Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".".
Erweiterungsscreenshots
Clarifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clarifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Version 1.1 update: "Donald Trump Rally" is now replaced with "Donald Trump White Power Rally". Happy election season! When activated, Clarifier ensures that when racists unintentionally type "I'm not racist", it replaces it with what they actually meant to say, "Because I'm racist"! Built by @stephanwozniak (download the Googlifier while you're at it)! Conceptualized by @tasog Contact: [email protected]
Grundlegende Informationen zur Erweiterung
Name | Clarifier |
ID | oiiggkakbalpaglgkjoenbbimlddnbfn |
Offizielle URL | https://chromewebstore.google.com/detail/clarifier/oiiggkakbalpaglgkjoenbbimlddnbfn |
Beschreibung | Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist". |
Dateigröße | 46.04 KB |
Installationsanzahl | 25 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-03-29 |
Veröffentlichungsdatum | 2016-03-28 |
Bewertung | 3.00/5 Insgesamt 3 Bewertungen |
Entwickler | Steve Wozniak |
Zahlungsart | free |
Hilfeseite URL | http://twitter.com/stephanwozniak |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clarifier", "version": "1.1", "description": "Bring out the honesty in the Internet! This will replace the phrase \"I'm not racist\" with \"Because I'm racist\".", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png" }, "author": "@stephanwozniak", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "js": [ "src\/jquery-1.11.3.min.js", "src\/far.js", "src\/script.js" ] } ], "permissions": [ " |