All Work No Play Soundbites

When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.

O que é All Work No Play Soundbites?

All Work No Play Soundbites é uma extensão do Chrome desenvolvida por https://callumtodd.uk, e sua principal característica é "When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.".

Baixar o arquivo CRX da Extensão All Work No Play Soundbites

Baixe arquivos de extensão All Work No Play Soundbites 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

                        When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.

The soundbites are taken from Sam Riegel and Liam O'Brien's podcast All Work No Play (http://allworknoplay.podbean.com).

For an increased All Work No Play browsing experience, try the 'Harp Music Laura Bailey' extension (https://chrome.google.com/webstore/detail/harp-music-laura-bailey/kpleocmlmcjbfdillkamjedbmbibahed).                    

Informações Básicas da Extensão

Nome All Work No Play Soundbites All Work No Play Soundbites
ID japomppnbdeifhbbdfiegdngeilagpgm
URL Oficial https://chromewebstore.google.com/detail/all-work-no-play-soundbit/japomppnbdeifhbbdfiegdngeilagpgm
Descrição When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.
Tamanho do Arquivo 321 KB
Contagem de Instalações 103
Versão Atual 1.0.1
Última Atualização 2016-10-27
Data de Publicação 2016-10-27
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor https://callumtodd.uk
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All Work No Play Soundbites",
    "version": "1.0.1",
    "description": "When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.",
    "author": "Callum Todd",
    "icons": {
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "background": {
        "scripts": [
            "pingResponder.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wordfind.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "cursor0.ico",
        "cursor1.ico",
        "laura_bailey.ogg",
        "travis_willingham.ogg"
    ]
}