Alt-Right to Neo-Nazi

Replaces the text 'Alt-Right' with 'neo-nazi'.

什麼是Alt-Right to Neo-Nazi?

Alt-Right to Neo-Nazi是由MBilokonsky開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Alt-Right' with 'neo-nazi'.”。

擴展截圖

screenshot
screenshot
screenshot

下載Alt-Right to Neo-Nazi擴展crx文件

下載Alt-Right to Neo-Nazi擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This browser extension clarifies certain ambiguities in the media coverage of the so-called 'alt-right' neo-nazi movement in the united states.

With this extension installed, the text "The Alt-Right" will become 'The Neo-Nazi movement', and the text 'Alt-Right' will simply become 'Neo-Nazi'.                    

擴展基本資訊

名稱 Alt-Right to Neo-Nazi Alt-Right to Neo-Nazi
ID ncmeapahfpbjkalemlmnklpkjdlpimjh
官方網址 https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh
簡介 Replaces the text 'Alt-Right' with 'neo-nazi'.
檔案大小 11.81 KB
安裝次數 12
目前版本 1.0
更新時間 2016-11-21
上架時間 2016-11-21
評分 5.00/5 共 1 次評分
開發者 MBilokonsky
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt-Right to Neo-Nazi",
    "short_name": "Neo-Nazi",
    "description": "Replaces the text 'Alt-Right' with 'neo-nazi'.",
    "author": "Mykola Bilokonsky",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}