MuteMachine

Automatically skip songs on the HypeMachine

MuteMachineとは何ですか?

MuteMachineはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Automatically skip songs on the HypeMachine」です。

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

screenshot

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

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

拡張機能の使用方法

                        MuteMachine helps solve a common problem for users of the HypeMachine, wanting to consistently skip over songs they don't like. MuteMachine automatically skips over any songs users "mute." 

Maybe you're not as into the new Lana Del Rey album as everyone else, or you've gotten a little bored of that song everyone has just gotten into. Once you click the mute button on a song, MuteMachine will automatically skip to the next song anytime that it tries to play on the HypeMachine. 

For people who use the HypeMachine every day and as their primary source of music, this extension is a must have to make the experience a little more personal!                    

拡張機能の基本情報

名前 MuteMachine MuteMachine
ID jccdmapgmmonababhfbflfoekpphbkhg
公式URL https://chromewebstore.google.com/detail/mutemachine/jccdmapgmmonababhfbflfoekpphbkhg
説明 Automatically skip songs on the HypeMachine
ファイルサイズ 78 KB
インストール数 12
現在のバージョン 1.0
最終更新日 2014-06-29
公開日 2014-06-29
評価 4.25/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MuteMachine",
    "short_name": "mutem",
    "description": "Automatically skip songs on the HypeMachine",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hypem.com\/*",
                "http:\/\/hypem.com\/*"
            ],
            "js": [
                "jquery.js",
                "mutemachine.js"
            ],
            "css": [
                "mutemachine.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}