Ctrl-Alt-Right

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

Apa itu Ctrl-Alt-Right?

Ctrl-Alt-Right adalah ekstensi Chrome yang dikembangkan oleh Heather Akers-Healy, dan fitur utamanya adalah "Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ctrl-Alt-Right

Unduh file ekstensi Ctrl-Alt-Right dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
URL Resmi https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
Deskripsi Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
Ukuran File 206 KB
Jumlah Instalasi 14
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2016-11-14
Tanggal Publikasi 2016-11-14
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Heather Akers-Healy
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}