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開發的Chrome擴展程式,該擴展的主要功能是“Need a safe space? This extension changes all mentions of “Dear White People” online to “Dear ALL People.””。

擴展截圖

screenshot

下載Dear White People Word Replacer擴展crx文件

下載Dear White People Word Replacer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}