Replace Trump!

Replace text instances of Trump with a nickname of your choosing.

Cos'è Replace Trump!?

Replace Trump! è un'estensione di Chrome sviluppata da replace_t*, e la sua funzione principale è "Replace text instances of Trump with a nickname of your choosing.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Replace Trump!

Scarica i file di estensione Replace Trump! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Tired of reading about President Donald Trump? Want some comedic relief to the constant stream of Trump news? 

Use this extension to replace and optionally highlight all text instances of "Trump" (and variations such as "Donald J. Trump") with a funny nickname.

Currently, only a fixed list of nicknames are supported, but custom nicknames and other features are forthcoming!

Questions/bugs/feature requests, please email: [email protected] or tweet @ReplaceTrumpApp                    

Informazioni di Base sull'Estensione

Nome Replace Trump! Replace Trump!
ID bfgjmlgidednjbohbgibmbemjccoekml
URL Ufficiale https://chrome.google.com/webstore/detail/replace-trump/bfgjmlgidednjbohbgibmbemjccoekml
Descrizione Replace text instances of Trump with a nickname of your choosing.
Dimensione del File 1.53 MB
Conteggio Installazioni 22
Versione Corrente 0.2
Ultimo Aggiornamento 2017-04-20
Data di Pubblicazione 2017-04-20
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore replace_t*
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": []
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/vendors\/jquery-3.1.1.min.js",
                "src\/vendors\/jquery.mark.min.js",
                "src\/settings.js",
                "src\/replacement.js",
                "src\/content_script_trump.js"
            ],
            "css": [
                "content_script_styles.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replace text instances of Trump with a nickname of your choosing.",
    "manifest_version": 2,
    "name": "Replace Trump!",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "0.2"
}