Make America's Hands Tiny Again
Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.
Cos'è Make America's Hands Tiny Again?
Make America's Hands Tiny Again è un'estensione di Chrome sviluppata da sinker, e la sua funzione principale è "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Make America's Hands Tiny Again
Scarica i file di estensione Make America's Hands Tiny Again 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
Informazioni di Base sull'Estensione
Nome | Make America's Hands Tiny Again |
ID | ojgpbadmpceampflpngboopnbgbhofjf |
URL Ufficiale | https://chromewebstore.google.com/detail/make-americas-hands-tiny/ojgpbadmpceampflpngboopnbgbhofjf |
Descrizione | Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature. |
Dimensione del File | 3.73 KB |
Conteggio Installazioni | 350 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2016-03-05 |
Data di Pubblicazione | 2016-03-05 |
Valutazione | 4.79/5 Totale 33 Valutazioni |
Sviluppatore | sinker |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |