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"
            ]
        }
    ]
}