Soundflow - darmowa muzyka
Soundflow.io - używaj YouTube niczym Spotify!
What is Soundflow - darmowa muzyka?
Soundflow - darmowa muzyka is a Chrome extension developed by Streaming Extensions, and its main feature is "Soundflow.io - używaj YouTube niczym Spotify!".
Extension Screenshots
Download Soundflow - darmowa muzyka Extension CRX File
Download Soundflow - darmowa muzyka extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Soundflow.io umożliwia słuchanie piosenek z YouTube w interfejsie zbliżonym do Spotify. To rozszerzenie pozwala kontrolować SoundFlow bez zmiany kart. Słuchaj pełnych albumów muzycznych za darmo już teraz!
Extension Basic Information
Name | |
ID | nlhcffagglpabpaecalonmhohnifickc |
Official URL | https://chromewebstore.google.com/detail/soundflow-darmowa-muzyka/nlhcffagglpabpaecalonmhohnifickc |
Description | Soundflow.io - używaj YouTube niczym Spotify! |
File Size | 205 KB |
Installation Count | 437 |
Current Version | 0.4.1 |
Last Updated | 2023-06-10 |
Publish Date | 2018-04-17 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Streaming Extensions |
[email protected] | |
Payment Type | free |
Extension Website | http://soundflow.io/ |
Privacy Policy Page URL | https://www.vodextended.com/privacy_policy |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Soundflow - darmowa muzyka", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Soundflow.io - u\u017cywaj YouTube niczym Spotify!", "background": { "page": "background.html" }, "version": "0.4.1", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/soundflow.png", "default_title": "Soundflow.io" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |