Ted Cruz is the Zodiac Killer
Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
Hvad er Ted Cruz is the Zodiac Killer?
Ted Cruz is the Zodiac Killer er en Chrome-udvidelse udviklet af Andrew Kerr, og dens hovedfunktion er "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.".
Udvidelsesskærmbilleder
Download Ted Cruz is the Zodiac Killer-udvidelses-CRX-fil
Download Ted Cruz is the Zodiac Killer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Ted Cruz is the Zodiac Killer |
ID | baomlgmnamfkkmeikjbihghjiapaejgm |
Officiel URL | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm |
Beskrivelse | Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'. |
Filstørrelse | 3.47 KB |
Antal Installationer | 46 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2016-03-03 |
Udgivelsesdato | 2016-03-02 |
Bedømmelse | 4.17/5 Samlet 6 Bedømmelser |
Udvikler | Andrew Kerr |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } |