Disco Disco

Disco Disco

Disco Discoとは何ですか?

Disco DiscoはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Disco Disco」です。

拡張機能のスクリーンショット

screenshot

Disco Disco拡張機能のCRXファイルをダウンロード

Disco Disco拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Click on the icon and turn your screen into a disco ball (while browsing music etc.). 
Push esc. or move mouse to the top, to end disco effect. 
The app is free. 
But a small donation would be appriciated =)  :
https://paypal.me/appmachinedk?locale.x=da_DK
(copy paste text/link into browser)                    

拡張機能の基本情報

名前 Disco Disco Disco Disco
ID cnbcdncnoepgjbolgpdiebddhjoggjng
公式URL https://chromewebstore.google.com/detail/disco-disco/cnbcdncnoepgjbolgpdiebddhjoggjng
説明 Disco Disco
ファイルサイズ 24.17 KB
インストール数 126
現在のバージョン 2.0
最終更新日 2020-04-17
公開日 2020-04-16
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disco Disco",
    "description": "Disco Disco",
    "icons": {
        "128": "icon_128.png"
    },
    "version": "2.0",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Disco Disco"
    },
    "manifest_version": 2
}