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