Auto Play
Automatically play music from a variety of websites
Was ist Auto Play?
Auto Play ist eine Chrome-Erweiterung, die von syrrim entwickelt wurde, und ihr Hauptmerkmal ist "Automatically play music from a variety of websites".
Erweiterungsscreenshots
Auto Play-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Play-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
This extension allows you to generate a playlist of music, that will be automatically played. This music can be from most popular sites, including: • Youtube • SoundCloud • Bandcamp • Vimeo It also allows you to add audio tracks off the web, as long as the format is supported by chrome. Currently playing sounds can be played and paused, seeked through, restarted, or skipped over. Songs in the queue can be reorganized through drag and drop methods, as well as completely removed. In other words, you have complete control over the playlist.
Grundlegende Informationen zur Erweiterung
Name | Auto Play |
ID | ahenlbboobkcclimcmfmeppgldbnemfh |
Offizielle URL | https://chromewebstore.google.com/detail/auto-play/ahenlbboobkcclimcmfmeppgldbnemfh |
Beschreibung | Automatically play music from a variety of websites |
Dateigröße | 136 KB |
Installationsanzahl | 301 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2015-10-29 |
Veröffentlichungsdatum | 2015-10-28 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | syrrim |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Play", "description": "Automatically play music from a variety of websites", "author": "syrrim", "version": "1.0.1", "icons": { "128": "logo128.png", "48": "logo48.png", "16": "logo16.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "logo\/logo128.png", "default_title": "Auto Play", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "http:\/\/streampocket.com\/" ] } |