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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
    }
}