Page Party

The Chrome extension that turns any webpage into a party!

什么是Page Party?

Page Party是由mtrexroad96开发的Chrome扩展程序,该扩展的主要功能是“The Chrome extension that turns any webpage into a party!”。

扩展截图

screenshot

下载Page Party扩展crx文件

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

扩展使用说明

                        This Chrome extension overlays any webpage with confetti and flashing lights! Pair it with music of your choice and every page will become a party!                    

扩展基本信息

名称 Page Party Page Party
ID fkabcmgccfbkglnbhmllbcmndhkcaohh
官方URL https://chromewebstore.google.com/detail/page-party/fkabcmgccfbkglnbhmllbcmndhkcaohh
简介 The Chrome extension that turns any webpage into a party!
文件大小 4.82 MB
安装次数 255
当前版本 1.0
更新时间 2017-12-19
上架时间 2017-12-19
评分 5.00/5 共2次评分
开发者 mtrexroad96
付费类型 free
扩展官网 http://pageparty.online/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Page Party",
    "description": "The Chrome extension that turns any webpage into a party!",
    "web_accessible_resources": [
        "pp.gif"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "preload.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "obfuscate.js"
            ]
        }
    ]
}