Ctrl-Alt-Right

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

Hvad er Ctrl-Alt-Right?

Ctrl-Alt-Right er en Chrome-udvidelse udviklet af Heather Akers-Healy, og dens hovedfunktion er "Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.".

Udvidelsesskærmbilleder

screenshot

Download Ctrl-Alt-Right-udvidelses-CRX-fil

Download Ctrl-Alt-Right-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
Officiel URL https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
Beskrivelse Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
Filstørrelse 206 KB
Antal Installationer 14
Nuværende Version 0.2.0
Senest Opdateret 2016-11-14
Udgivelsesdato 2016-11-14
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Heather Akers-Healy
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}