Dear White People Word Replacer
Need a safe space? This extension changes all mentions of “Dear White People” online to “Dear ALL People.”
Vad är Dear White People Word Replacer?
Dear White People Word Replacer är en Chrome-tillägg utvecklad av Netflix, och dess huvudfunktion är "Need a safe space? This extension changes all mentions of “Dear White People” online to “Dear ALL People.”".
Tilläggsskärmbilder
Ladda ner Dear White People Word Replacer-förlängningens CRX-fil
Ladda ner Dear White People Word Replacer-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
Dear White People Word Replacer Creating your own online safe space, one word at a time. The Dear White People word replacer is a simple extension that helps you customize your own online experience. Did “Dear White People” offend you when you first heard the title of the Netflix original series? Have you ever called someone a “snowflake” or a “SJW,” when in actuality, you yourself might be the one that’s easily offended? Look no further! This extension changes all mentions of “Dear White People” online to “Dear ALL People.” No longer will you have to feel victimized or singled-out, and can enjoy your online experience with a false sense of inclusion.
Grundläggande Information om Tillägg
Namn | |
ID | dfbkdgclhkeljlcoebopolhdhcdkhlgh |
Officiell webbadress | https://chrome.google.com/webstore/detail/dear-white-people-word-re/dfbkdgclhkeljlcoebopolhdhcdkhlgh |
Beskrivning | Need a safe space? This extension changes all mentions of “Dear White People” online to “Dear ALL People.” |
Filstorlek | 41.73 KB |
Antal Installationer | 14 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-05-04 |
Publiceringsdatum | 2018-05-04 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | Netflix |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://help.netflix.com/legal/privacy |
Stödda Språk | en |
manifest.json | |
{ "name": "Dear White People Word Replacer", "version": "1.2", "description": "Need a safe space? This extension changes all mentions of \u201cDear White People\u201d online to \u201cDear ALL People.\u201d", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "images\/dwp16.png", "32": "images\/dwp32.png", "48": "images\/dwp48.png", "64": "images\/dwp64.png", "128": "images\/dwp128.png" }, "default_title": "Dear White People" }, "icons": { "16": "images\/dwp16.png", "32": "images\/dwp32.png", "48": "images\/dwp48.png", "64": "images\/dwp64.png", "128": "images\/dwp128.png" }, "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |