Seinfeld Music Player

Plays a randomly selected Seinfeld transition

Seinfeld Music Playerとは何ですか?

Seinfeld Music PlayerはBensmith12によって開発されたChromeの拡張機能で、その主な機能は「Plays a randomly selected Seinfeld transition」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Plays a randomised transition track from Seinfeld.                    

拡張機能の基本情報

名前 Seinfeld Music Player Seinfeld Music Player
ID icfmblnekobadepefioffapffpmbekpp
公式URL https://chrome.google.com/webstore/detail/seinfeld-music-player/icfmblnekobadepefioffapffpmbekpp
説明 Plays a randomly selected Seinfeld transition
ファイルサイズ 2.74 MB
インストール数 157
現在のバージョン 0.1
最終更新日 2018-09-08
公開日 2018-09-08
評価 5.00/5 合計 8 レビュー
開発者 Bensmith12
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seinfeld Music Player",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Plays a randomly selected Seinfeld transition",
    "icons": {
        "128": "craymore.png"
    },
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "debugger"
    ],
    "browser_action": {
        "default_icon": "craymore.png",
        "default_title": "Seinfeld Bassliner"
    }
}