Auto Play
Automatically play music from a variety of websites
Wat is Auto Play?
Auto Play is een Chrome-extensie ontwikkeld door syrrim, en de belangrijkste functie is "Automatically play music from a variety of websites".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Play
Download Auto Play-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Auto Play |
ID | ahenlbboobkcclimcmfmeppgldbnemfh |
Officiële URL | https://chromewebstore.google.com/detail/auto-play/ahenlbboobkcclimcmfmeppgldbnemfh |
Beschrijving | Automatically play music from a variety of websites |
Bestandsgrootte | 136 KB |
Aantal Installaties | 301 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-10-29 |
Publicatiedatum | 2015-10-28 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | syrrim |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |