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.”。
扩展截图
下载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 |
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 } } |