King Crab Party

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

Cos'è King Crab Party?

King Crab Party è un'estensione di Chrome sviluppata da kevin.mcalear, e la sua funzione principale è "Now, you can have your very own king crab party! Right on your website!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione King Crab Party

Scarica i file di estensione King Crab Party in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!!                    

Informazioni di Base sull'Estensione

Nome King Crab Party King Crab Party
ID mfoebldngdjehkombakjiolmpafkdgok
URL Ufficiale https://chromewebstore.google.com/detail/king-crab-party/mfoebldngdjehkombakjiolmpafkdgok
Descrizione Now, you can have your very own king crab party! Right on your website!
Dimensione del File 315 KB
Conteggio Installazioni 115
Versione Corrente 1.0
Ultimo Aggiornamento 2019-03-24
Data di Pubblicazione 2019-03-20
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore kevin.mcalear
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}