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

Co to jest Ted Cruz is the Zodiac Killer Replacer?

Ted Cruz is the Zodiac Killer Replacer to rozszerzenie Chrome opracowane przez Brennan Butler, a jego główną funkcją jest „Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ted Cruz is the Zodiac Killer Replacer

Pobierz pliki rozszerzeń Ted Cruz is the Zodiac Killer Replacer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Ted Cruz is the Zodiac Killer Replacer Ted Cruz is the Zodiac Killer Replacer
ID iajmlnmkpiipapofijlnkechdjjmnfeg
Oficjalny URL https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg
Opis Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
Rozmiar pliku 59.85 KB
Liczba instalacji 36
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2016-03-14
Data Publikacji 2016-03-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Brennan Butler
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}