Play now

This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music

Play nowとは何ですか?

Play nowはrain sによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Spotify and Itunes links added next to album info on the page if stream is available.

Made to work with:
Record stores: Boomkat, Bleep, Juno, Mimaroglu, Anost, Norman, Piccadilly, Experimedia, Forced Exposure
Webzines: Tinymixtapes, The Quietus, Drowned In Sound
Databases: Discogs, Metacritic, Metal Archives, Rate Your Music                    

拡張機能の基本情報

名前 Play now Play now
ID nkgiglaphejlkpanikmngnnkoimeomoa
公式URL https://chrome.google.com/webstore/detail/play-now/nkgiglaphejlkpanikmngnnkoimeomoa
説明 This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music
ファイルサイズ 51.84 KB
インストール数 230
現在のバージョン 1.47
最終更新日 2018-03-09
公開日 2018-03-09
評価 4.50/5 合計 8 レビュー
開発者 rain s
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/kosmosjamaa/playnow
ヘルプページのURL https://github.com/kosmosjamaa/playnow
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Play now",
    "description": "This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music",
    "version": "1.47",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/boomkat.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.boomkat.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/juno.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.juno.co.uk\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/ekspress.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.ekspress.delfi.ee\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/metal-archives.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.metal-archives.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/discogs.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.discogs.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/ra.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.residentadvisor.net\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/quietus.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.thequietus.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/tinymixtapes.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.tinymixtapes.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/metacritic.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.metacritic.com\/browse\/albums\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/rym.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.rateyourmusic.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/drownedinsound.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.drownedinsound.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/mimaroglumusic.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.mimaroglumusic.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/anost.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.anost.net\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/norman.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.normanrecords.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/piccadilly.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.piccadillyrecords.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/experimedia.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.experimedia.net\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/forcedexposure.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.forcedexposure.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/bleep.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.bleep.com\/*"
            ]
        },
        {
            "js": [
                "js\/jq.js",
                "js\/shared.js",
                "js\/sites\/pitchfork.js"
            ],
            "css": [
                "css\/s.css"
            ],
            "matches": [
                "*:\/\/*.pitchfork.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}