Do I Sound Like a Nazi?
Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.
Qu'est-ce que Do I Sound Like a Nazi? ?
Do I Sound Like a Nazi? est une extension Chrome développée par Liv Landau, et sa fonction principale est "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Do I Sound Like a Nazi?
Téléchargez les fichiers d'extension Do I Sound Like a Nazi? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This Chrome extension replaces the text 'Muslim' with 'Jew' so you can decide whether or not what you're reading about Muslims sounds like something a Nazi would have said about Jews.
Informations de Base sur l'Extension
Nom | Do I Sound Like a Nazi? |
ID | dbhfbchkgfpkjljghlmnbdbgflhdpohg |
URL Officiel | https://chromewebstore.google.com/detail/do-i-sound-like-a-nazi/dbhfbchkgfpkjljghlmnbdbgflhdpohg |
Description | Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish. |
Taille du Fichier | 20.6 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-12-08 |
Date de Publication | 2015-12-07 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | Liv Landau |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Do I Sound Like a Nazi?", "description": "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |