King Crab Party

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

What is King Crab Party?

King Crab Party is a Chrome extension developed by kevin.mcalear, and its main feature is "Now, you can have your very own king crab party! Right on your website!".

Extension Screenshots

screenshot

Download King Crab Party Extension CRX File

Download King Crab Party extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name King Crab Party King Crab Party
ID mfoebldngdjehkombakjiolmpafkdgok
Official URL https://chromewebstore.google.com/detail/king-crab-party/mfoebldngdjehkombakjiolmpafkdgok
Description Now, you can have your very own king crab party! Right on your website!
File Size 315 KB
Installation Count 115
Current Version 1.0
Last Updated 2019-03-24
Publish Date 2019-03-20
Rating 4.40/5 Total 5 Ratings
Developer kevin.mcalear
Payment Type free
Supported Languages 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"
        }
    ]
}