Dear White People Word Replacer

Need a safe space? This extension changes all mentions of “Dear White People” online to “Dear ALL People.”

Dear White People Word Replacer क्या है?

Dear White People Word Replacer Netflix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Need a safe space? This extension changes all mentions of “Dear White People” online to “Dear ALL People.”"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dear White People Word Replacer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Dear White People Word Replacer Dear White People Word Replacer
ID dfbkdgclhkeljlcoebopolhdhcdkhlgh
आधिकारिक URL https://chrome.google.com/webstore/detail/dear-white-people-word-re/dfbkdgclhkeljlcoebopolhdhcdkhlgh
विवरण Need a safe space? This extension changes all mentions of “Dear White People” online to “Dear ALL People.”
फ़ाइल का आकार 41.73 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-05-04
प्रकाशन तिथि 2018-05-04
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Netflix
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://help.netflix.com/legal/privacy
समर्थित भाषाएँ 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
}