Make America's Hands Tiny Again

Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.

Wat is Make America's Hands Tiny Again?

Make America's Hands Tiny Again is een Chrome-extensie ontwikkeld door sinker, en de belangrijkste functie is "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Make America's Hands Tiny Again

Download Make America's Hands Tiny Again-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Make America's Hands Tiny Again Make America's Hands Tiny Again
ID ojgpbadmpceampflpngboopnbgbhofjf
Officiële URL https://chromewebstore.google.com/detail/make-americas-hands-tiny/ojgpbadmpceampflpngboopnbgbhofjf
Beschrijving Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.
Bestandsgrootte 3.73 KB
Aantal Installaties 350
Huidige Versie 0.2
Laatst Bijgewerkt 2016-03-05
Publicatiedatum 2016-03-05
Beoordeling 4.79/5 Totaal 33 Beoordelingen
Ontwikkelaar sinker
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make America's Hands Tiny Again",
    "description": "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}