Ted Cruz is the Zodiac Killer
Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
Cos'è Ted Cruz is the Zodiac Killer?
Ted Cruz is the Zodiac Killer è un'estensione di Chrome sviluppata da Andrew Kerr, e la sua funzione principale è "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ted Cruz is the Zodiac Killer
Scarica i file di estensione Ted Cruz is the Zodiac Killer 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
Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'. Obvious parody is obvious. Source code available at https://github.com/andrewjkerr/ted-cruz-is-the-zodiac-killer.
Informazioni di Base sull'Estensione
Nome | Ted Cruz is the Zodiac Killer |
ID | baomlgmnamfkkmeikjbihghjiapaejgm |
URL Ufficiale | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm |
Descrizione | Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'. |
Dimensione del File | 3.47 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2016-03-03 |
Data di Pubblicazione | 2016-03-02 |
Valutazione | 4.17/5 Totale 6 Valutazioni |
Sviluppatore | Andrew Kerr |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ted Cruz is the Zodiac Killer", "version": "1.0.2", "description": "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.", "author": "Andrew Kerr", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "zodiac-killer.js" ] } ], "short_name": "cruziszodiac", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |