StoPlay

A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.

Co je StoPlay?

StoPlay je rozšíření Chrome vyvinuté https://stoplay.github.io, a jeho hlavní funkcí je „A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření StoPlay

Stáhněte si soubory rozšíření StoPlay ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        When you listen to music online with different services, at times it can be difficult to find the needed tab and then the pause button there. It also very cool when you open another video and music stops automatically for you to watch the video.

Support:
- di.fm
- Spotify
- YouTube
- Udemy
- takflix
- others (see full list on our site)


We just needed this feature in the browser. When you listen to music online with different services, at times it can be difficult to find the needed tab and then the pause button there. It also very cool when you open another video and music stops automatically for you to watch the video.                    

Základní Informace o Rozšíření

Název StoPlay StoPlay
ID blpgndhojbofkbjpkmfhgbcnndcoadgo
Oficiální URL https://chromewebstore.google.com/detail/stoplay/blpgndhojbofkbjpkmfhgbcnndcoadgo
Popis A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.
Velikost souboru 38.86 KB
Počet instalací 320
Aktuální Verze 1.1.75
Poslední Aktualizace 2022-11-01
Datum Vydání 2019-10-11
Hodnocení 4.50/5 Celkem 16 Hodnocení
Vývojář https://stoplay.github.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://stoplay.github.io/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StoPlay",
    "short_name": "StoPlay",
    "homepage_url": "http:\/\/stoplay.github.io\/",
    "version": "1.1.75",
    "author": [
        {
            "name": "Alex Karpov",
            "email": "[email protected]"
        },
        {
            "name": "Alex Buznik",
            "email": "[email protected]"
        },
        {
            "name": "Sergey Lysenko",
            "email": "[email protected]"
        },
        {
            "name": "Lorans Chirko",
            "email": "[email protected]"
        }
    ],
    "description": "A free Google Chrome extension to stop\/play music playing in your web-browser via popular streaming services.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_title": "StoPlay",
        "default_icon": "img\/icon128.png"
    },
    "commands": {
        "toggle-feature": {
            "description": "Stop\/Play shortcut",
            "global": true
        }
    },
    "options_ui": {
        "page": "dist\/options\/index.html",
        "chrome_style": true
    }
}