King Crab Party

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

Qu'est-ce que King Crab Party ?

King Crab Party est une extension Chrome développée par kevin.mcalear, et sa fonction principale est "Now, you can have your very own king crab party! Right on your website!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension King Crab Party

Téléchargez les fichiers d'extension King Crab Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom King Crab Party King Crab Party
ID mfoebldngdjehkombakjiolmpafkdgok
URL Officiel https://chromewebstore.google.com/detail/king-crab-party/mfoebldngdjehkombakjiolmpafkdgok
Description Now, you can have your very own king crab party! Right on your website!
Taille du Fichier 315 KB
Nombre d'Installations 115
Version Actuelle 1.0
Dernière Mise à Jour 2019-03-24
Date de Publication 2019-03-20
Évaluation 4.40/5 Total 5 Évaluations
Développeur kevin.mcalear
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}