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.”"입니다.
확장 프로그램 스크린샷
Dear White People Word Replacer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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 } |