StoPlay

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

StoPlay là gì?

StoPlay là một tiện ích mở rộng Chrome được phát triển bởi https://stoplay.github.io, và tính năng chính của nó là "A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng StoPlay

Tải xuống các tệp mở rộng StoPlay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StoPlay StoPlay
ID blpgndhojbofkbjpkmfhgbcnndcoadgo
URL Chính Thức https://chromewebstore.google.com/detail/stoplay/blpgndhojbofkbjpkmfhgbcnndcoadgo
Mô tả A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.
Kích Thước Tệp 38.86 KB
Số Lần Cài Đặt 320
Phiên Bản Hiện Tại 1.1.75
Cập Nhật Lần Cuối 2022-11-01
Ngày Phát Hành 2019-10-11
Đánh Giá 4.50/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://stoplay.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://stoplay.github.io/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}