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
官方網址 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"
            ]
        }
    ]
}