GC78 Ice Cream Party

Replaces the text 'General Convention' with 'Ice Cream Party'.

Was ist GC78 Ice Cream Party?

GC78 Ice Cream Party ist eine Chrome-Erweiterung, die von David Sibley entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'General Convention' with 'Ice Cream Party'.".

Erweiterungsscreenshots

screenshot

GC78 Ice Cream Party-Erweiterungs-CRX-Datei herunterladen

Laden Sie GC78 Ice Cream Party-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension provides relief to beleaguered Episcopalians who are overwhelmed by General Convention, or at least, need a laugh out of it. Let's have an Ice Cream party instead!

(Much credit and thanks to Eric Bailey, who wrote the  "Millennials to Snake People" extension, for making this very easy coding, by sharing his code publicly and freely licensing that work.)                    

Grundlegende Informationen zur Erweiterung

Name GC78 Ice Cream Party GC78 Ice Cream Party
ID ehncpgmcdaimjbcgdhedmlmhbodfcfjp
Offizielle URL https://chromewebstore.google.com/detail/gc78-ice-cream-party/ehncpgmcdaimjbcgdhedmlmhbodfcfjp
Beschreibung Replaces the text 'General Convention' with 'Ice Cream Party'.
Dateigröße 33.27 KB
Installationsanzahl 25
Aktuelle Version 1.7
Letztes Update 2015-06-12
Veröffentlichungsdatum 2015-06-11
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler David Sibley
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GC78 Ice Cream Party",
    "short_name": "Ice Cream",
    "description": "Replaces the text 'General Convention' with 'Ice Cream Party'.",
    "author": "David Sibley",
    "version": "1.7",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}