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."

Vad är Ted Cruz is the Zodiac Killer Replacer?

Ted Cruz is the Zodiac Killer Replacer är en Chrome-tillägg utvecklad av Brennan Butler, och dess huvudfunktion är "Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."".

Tilläggsskärmbilder

screenshot

Ladda ner Ted Cruz is the Zodiac Killer Replacer-förlängningens CRX-fil

Ladda ner Ted Cruz is the Zodiac Killer Replacer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Ted Cruz is the Zodiac Killer Replacer Ted Cruz is the Zodiac Killer Replacer
ID iajmlnmkpiipapofijlnkechdjjmnfeg
Officiell webbadress https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg
Beskrivning Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
Filstorlek 59.85 KB
Antal Installationer 36
Aktuell Version 1.4
Senast Uppdaterad 2016-03-14
Publiceringsdatum 2016-03-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Brennan Butler
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}