Ctrl-Alt-Right

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

Vad är Ctrl-Alt-Right?

Ctrl-Alt-Right är en Chrome-tillägg utvecklad av Heather Akers-Healy, och dess huvudfunktion är "Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.".

Tilläggsskärmbilder

screenshot

Ladda ner Ctrl-Alt-Right-förlängningens CRX-fil

Ladda ner Ctrl-Alt-Right-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Ctrl-Alt-Right Ctrl-Alt-Right
ID ghnieianpmlebkcjbdeelojakniikkjh
Officiell webbadress https://chrome.google.com/webstore/detail/ctrl-alt-right/ghnieianpmlebkcjbdeelojakniikkjh
Beskrivning Replaces mentions of the "alt-right" or "Alternative right" with phrases that more accurately describe their ideology.
Filstorlek 206 KB
Antal Installationer 14
Aktuell Version 0.2.0
Senast Uppdaterad 2016-11-14
Publiceringsdatum 2016-11-14
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Heather Akers-Healy
Betalningssätt free
Stödda Språk 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"
        }
    ]
}