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」です。

拡張機能のスクリーンショット

screenshot

ctrl-alt-right-delete拡張機能のCRXファイルをダウンロード

ctrl-alt-right-delete拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ** 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 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"
    ]
}