King Crab Party

Now, you can have your very own king crab party! Right on your website!

Was ist King Crab Party?

King Crab Party ist eine Chrome-Erweiterung, die von kevin.mcalear entwickelt wurde, und ihr Hauptmerkmal ist "Now, you can have your very own king crab party! Right on your website!".

Erweiterungsscreenshots

screenshot

King Crab Party-Erweiterungs-CRX-Datei herunterladen

Laden Sie King Crab 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

                        Ever wanted to go to a kind crab party but never could? Just switch this baby on and the crab party comes to your website! Enjoy!!                    

Grundlegende Informationen zur Erweiterung

Name King Crab Party King Crab Party
ID mfoebldngdjehkombakjiolmpafkdgok
Offizielle URL https://chromewebstore.google.com/detail/king-crab-party/mfoebldngdjehkombakjiolmpafkdgok
Beschreibung Now, you can have your very own king crab party! Right on your website!
Dateigröße 315 KB
Installationsanzahl 115
Aktuelle Version 1.0
Letztes Update 2019-03-24
Veröffentlichungsdatum 2019-03-20
Bewertung 4.40/5 Insgesamt 5 Bewertungen
Entwickler kevin.mcalear
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "King Crab Party",
    "version": "1.0",
    "description": "Now, you can have your very own king crab party! Right on your website!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}