Trump to Kitten

Replaces pictures of Trump with pictures of kittens

Vad är Trump to Kitten?

Trump to Kitten är en Chrome-tillägg utvecklad av rtharrington, och dess huvudfunktion är "Replaces pictures of Trump with pictures of kittens".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Trump to Kitten-förlängningens CRX-fil

Ladda ner Trump to Kitten-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

                        A Donald-oriented version of Stop Tony Meow, which turned the former prime minister of Australia, Tony Abbott, into kittens.                    

Grundläggande Information om Tillägg

Namn Trump to Kitten Trump to Kitten
ID beomfpdbplioicfnipbchephbgfbpbmg
Officiell webbadress https://chromewebstore.google.com/detail/trump-to-kitten/beomfpdbplioicfnipbchephbgfbpbmg
Beskrivning Replaces pictures of Trump with pictures of kittens
Filstorlek 34.05 KB
Antal Installationer 224
Aktuell Version 1.0.1
Senast Uppdaterad 2016-10-19
Publiceringsdatum 2016-10-18
Betyg 3.78/5 Totalt 9 Betyg
Utvecklare rtharrington
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Kitten",
    "short_name": "T2K",
    "version": "1.0.1",
    "description": "Replaces pictures of Trump with pictures of kittens",
    "icons": {
        "48": "icons\/ttk-48.png",
        "96": "icons\/ttk-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}