“President” Trump

Replaces instances of President Trump with “President” Trump (adds quotations)

Vad är “President” Trump?

“President” Trump är en Chrome-tillägg utvecklad av https://www.someguy.is, och dess huvudfunktion är "Replaces instances of President Trump with “President” Trump (adds quotations)".

Tilläggsskärmbilder

screenshot

Ladda ner “President” Trump-förlängningens CRX-fil

Ladda ner “President” Trump-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

                        It'll also insert "President" before mentions of Trump... because over the next 4 years, it's important to be reminded that his presidency is illegitimate. Give it a try, it's oddly soothing.                    

Grundläggande Information om Tillägg

Namn “President” Trump “President” Trump
ID mepmmhgfbgdepgombedfmppbjcjnaibg
Officiell webbadress https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg
Beskrivning Replaces instances of President Trump with “President” Trump (adds quotations)
Filstorlek 200 KB
Antal Installationer 246
Aktuell Version 1.2
Senast Uppdaterad 2017-01-21
Publiceringsdatum 2017-01-21
Betyg 4.73/5 Totalt 22 Betyg
Utvecklare https://www.someguy.is
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.someguy.is
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u201cPresident\u201d Trump",
    "short_name": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations",
    "version": "1.2",
    "description": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations)",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}