Ctrl-Alt-Right

Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.

Ctrl-Alt-Rightとは何ですか?

Ctrl-Alt-RightはHeather Akers-Healyによって開発されたChromeの拡張機能で、その主な機能は「Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.」です。

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

screenshot

Ctrl-Alt-Right拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.                    

拡張機能の基本情報

名前 Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
公式URL https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
説明 Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
ファイルサイズ 206 KB
インストール数 14
現在のバージョン 0.2.0
最終更新日 2016-11-14
公開日 2016-11-14
評価 5.00/5 合計 3 レビュー
開発者 Heather Akers-Healy
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ctrl-Alt-Right",
    "version": "0.2.0",
    "description": "",
    "author": "",
    "browser_action": {
        "default_title": "Use this to open the popup",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ]
}