Auto Play

Automatically play music from a variety of websites

O que é Auto Play?

Auto Play é uma extensão do Chrome desenvolvida por syrrim, e sua principal característica é "Automatically play music from a variety of websites".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Auto Play

Baixe arquivos de extensão Auto Play no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Auto Play Auto Play
ID ahenlbboobkcclimcmfmeppgldbnemfh
URL Oficial https://chromewebstore.google.com/detail/auto-play/ahenlbboobkcclimcmfmeppgldbnemfh
Descrição Automatically play music from a variety of websites
Tamanho do Arquivo 136 KB
Contagem de Instalações 301
Versão Atual 1.0.1
Última Atualização 2015-10-29
Data de Publicação 2015-10-28
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor syrrim
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}