Do I Sound Like a Nazi?
Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.
Vad är Do I Sound Like a Nazi??
Do I Sound Like a Nazi? är en Chrome-tillägg utvecklad av Liv Landau, och dess huvudfunktion är "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.".
Tilläggsskärmbilder
Ladda ner Do I Sound Like a Nazi?-förlängningens CRX-fil
Ladda ner Do I Sound Like a Nazi?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Do I Sound Like a Nazi? |
ID | dbhfbchkgfpkjljghlmnbdbgflhdpohg |
Officiell webbadress | https://chromewebstore.google.com/detail/do-i-sound-like-a-nazi/dbhfbchkgfpkjljghlmnbdbgflhdpohg |
Beskrivning | Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish. |
Filstorlek | 20.6 KB |
Antal Installationer | 60 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-12-08 |
Publiceringsdatum | 2015-12-07 |
Betyg | 3.40/5 Totalt 5 Betyg |
Utvecklare | Liv Landau |
Betalningssätt | free |
Stödda Språk | 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" } ] } |