Do I Sound Like a Nazi?
Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.
Hvad er Do I Sound Like a Nazi??
Do I Sound Like a Nazi? er en Chrome-udvidelse udviklet af Liv Landau, og dens hovedfunktion er "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.".
Udvidelsesskærmbilleder
Download Do I Sound Like a Nazi?-udvidelses-CRX-fil
Download Do I Sound Like a Nazi?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Do I Sound Like a Nazi? |
ID | dbhfbchkgfpkjljghlmnbdbgflhdpohg |
Officiel URL | https://chromewebstore.google.com/detail/do-i-sound-like-a-nazi/dbhfbchkgfpkjljghlmnbdbgflhdpohg |
Beskrivelse | Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish. |
Filstørrelse | 20.6 KB |
Antal Installationer | 60 |
Nuværende Version | 1.1 |
Senest Opdateret | 2015-12-08 |
Udgivelsesdato | 2015-12-07 |
Bedømmelse | 3.40/5 Samlet 5 Bedømmelser |
Udvikler | Liv Landau |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |