StoPlay

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

StoPlayとは何ですか?

StoPlayはhttps://stoplay.github.ioによって開発されたChromeの拡張機能で、その主な機能は「A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 StoPlay StoPlay
ID blpgndhojbofkbjpkmfhgbcnndcoadgo
公式URL https://chromewebstore.google.com/detail/stoplay/blpgndhojbofkbjpkmfhgbcnndcoadgo
説明 A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.
ファイルサイズ 38.86 KB
インストール数 320
現在のバージョン 1.1.75
最終更新日 2022-11-01
公開日 2019-10-11
評価 4.50/5 合計 16 レビュー
開発者 https://stoplay.github.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://stoplay.github.io/
対応言語 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
    }
}