Trump To Hitler

This extension replaces all mentions of Trump's name with Hitler's name for the current page.

Vad är Trump To Hitler?

Trump To Hitler är en Chrome-tillägg utvecklad av danhstepanov, och dess huvudfunktion är "This extension replaces all mentions of Trump's name with Hitler's name for the current page.".

Ladda ner Trump To Hitler-förlängningens CRX-fil

Ladda ner Trump To Hitler-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

                        This extension replaces all mentions of Trump's name with Hitler's name for the current page.                    

Grundläggande Information om Tillägg

Namn Trump To Hitler Trump To Hitler
ID ckjmfnbellhpcpidbeghfjmdgpobapfc
Officiell webbadress https://chromewebstore.google.com/detail/trump-to-hitler/ckjmfnbellhpcpidbeghfjmdgpobapfc
Beskrivning This extension replaces all mentions of Trump's name with Hitler's name for the current page.
Filstorlek 36.65 KB
Antal Installationer 166
Aktuell Version 0.0.3
Senast Uppdaterad 2016-03-04
Publiceringsdatum 2016-03-03
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare danhstepanov
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Hitler",
    "description": "This extension replaces all mentions of Trump's name with Hitler's name for the current page.",
    "version": "0.0.3",
    "icons": {
        "48": "hitler48.png",
        "128": "hitler128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}