King Crab Party

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

什么是King Crab Party?

King Crab Party是由kevin.mcalear开发的Chrome扩展程序,该扩展的主要功能是“Now, you can have your very own king crab party! Right on your website!”。

扩展截图

screenshot

下载King Crab Party扩展crx文件

下载King Crab Party扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 King Crab Party King Crab Party
ID mfoebldngdjehkombakjiolmpafkdgok
官方URL https://chromewebstore.google.com/detail/king-crab-party/mfoebldngdjehkombakjiolmpafkdgok
简介 Now, you can have your very own king crab party! Right on your website!
文件大小 315 KB
安装次数 115
当前版本 1.0
更新时间 2019-03-24
上架时间 2019-03-20
评分 4.40/5 共5次评分
开发者 kevin.mcalear
付费类型 free
支持的语言 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"
        }
    ]
}