Auto Play

Automatically play music from a variety of websites

Cos'è Auto Play?

Auto Play è un'estensione di Chrome sviluppata da syrrim, e la sua funzione principale è "Automatically play music from a variety of websites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Auto Play

Scarica i file di estensione Auto Play in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Auto Play Auto Play
ID ahenlbboobkcclimcmfmeppgldbnemfh
URL Ufficiale https://chromewebstore.google.com/detail/auto-play/ahenlbboobkcclimcmfmeppgldbnemfh
Descrizione Automatically play music from a variety of websites
Dimensione del File 136 KB
Conteggio Installazioni 301
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-10-29
Data di Pubblicazione 2015-10-28
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore syrrim
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}