Ted Cruz is the Zodiac Killer Replacer

Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."

Hvad er Ted Cruz is the Zodiac Killer Replacer?

Ted Cruz is the Zodiac Killer Replacer er en Chrome-udvidelse udviklet af Brennan Butler, og dens hovedfunktion er "Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."".

Udvidelsesskærmbilleder

screenshot

Download Ted Cruz is the Zodiac Killer Replacer-udvidelses-CRX-fil

Download Ted Cruz is the Zodiac Killer Replacer-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

                        A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.                    

Grundlæggende oplysninger om udvidelsen

Navn Ted Cruz is the Zodiac Killer Replacer Ted Cruz is the Zodiac Killer Replacer
ID iajmlnmkpiipapofijlnkechdjjmnfeg
Officiel URL https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg
Beskrivelse Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
Filstørrelse 59.85 KB
Antal Installationer 36
Nuværende Version 1.4
Senest Opdateret 2016-03-14
Udgivelsesdato 2016-03-14
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Brennan Butler
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Ted Cruz is The Zodiac Killer"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add this app to your Chrome browser and replace all instances of \"Ted Cruz\" with \"The Zodiac Killer.\"",
    "manifest_version": 2,
    "name": "Ted Cruz is the Zodiac Killer Replacer",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "http:\/\/*.*\/",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}