StoPlay
A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.
Was ist StoPlay?
StoPlay ist eine Chrome-Erweiterung, die von https://stoplay.github.io entwickelt wurde, und ihr Hauptmerkmal ist "A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.".
Erweiterungsscreenshots
StoPlay-Erweiterungs-CRX-Datei herunterladen
Laden Sie StoPlay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | StoPlay |
ID | blpgndhojbofkbjpkmfhgbcnndcoadgo |
Offizielle URL | https://chromewebstore.google.com/detail/stoplay/blpgndhojbofkbjpkmfhgbcnndcoadgo |
Beschreibung | A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services. |
Dateigröße | 38.86 KB |
Installationsanzahl | 320 |
Aktuelle Version | 1.1.75 |
Letztes Update | 2022-11-01 |
Veröffentlichungsdatum | 2019-10-11 |
Bewertung | 4.50/5 Insgesamt 16 Bewertungen |
Entwickler | https://stoplay.github.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://stoplay.github.io/ |
Unterstützte Sprachen | 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 } } |