Play now

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

Co to jest Play now?

Play now to rozszerzenie Chrome opracowane przez rain s, a jego główną funkcją jest „This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Play now

Pobierz pliki rozszerzeń Play now w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Play now Play now
ID nkgiglaphejlkpanikmngnnkoimeomoa
Oficjalny URL https://chrome.google.com/webstore/detail/play-now/nkgiglaphejlkpanikmngnnkoimeomoa
Opis This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music
Rozmiar pliku 51.84 KB
Liczba instalacji 230
Aktualna Wersja 1.47
Ostatnia Aktualizacja 2018-03-09
Data Publikacji 2018-03-09
Ocena 4.50/5 Łącznie 8 Oceny
Deweloper rain s
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/kosmosjamaa/playnow
Adres URL Strony Pomocy https://github.com/kosmosjamaa/playnow
Obsługiwane Języki 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",
        ""
    ]
}