ctrl-alt-right-delete
Replace instances of 'Alt-Right' with something a little more accurate
ctrl-alt-right-delete란 무엇입니까?
ctrl-alt-right-delete은(는) ctrl+alt+right+delete에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace instances of 'Alt-Right' with something a little more accurate"입니다.
확장 프로그램 스크린샷
ctrl-alt-right-delete 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
** NEW ** Also replaces 'alternative facts' with 'outright lies', because you can never be too sure with our new administration. Much like the beloved cloud-to-butt extension, this will replace all instances of "Alt-Right" and "Alternative Right" with more accurate depictions of the group. In the options you can choose between a handful of defaults, such as 'neo-Nazis' (the default) or 'white nationalists'. Or you can go ahead and create your own custom phrase! Have fun with it! If you notice any performance issues (you shouldn't), you can disable the ability to work on dynamic pages (like Facebook, Twitter, or Google) in the settings.
확장 프로그램 기본 정보
이름 | ctrl-alt-right-delete |
ID | anolahjfddfgnnciapiilnakaadhmnad |
공식 URL | https://chromewebstore.google.com/detail/ctrl-alt-right-delete/anolahjfddfgnnciapiilnakaadhmnad |
설명 | Replace instances of 'Alt-Right' with something a little more accurate |
파일 크기 | 19.06 KB |
설치 횟수 | 15 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2017-01-22 |
출시 날짜 | 2017-01-22 |
개발자 | ctrl+alt+right+delete |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ctrl-alt-right-delete", "description": "Replace instances of 'Alt-Right' with something a little more accurate", "version": "1.2.0", "icons": { "16": "card-16.png", "48": "card-48.png", "128": "card-128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "defaults.js", "script.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |