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.

Cos'è All Work No Play Soundbites?

All Work No Play Soundbites è un'estensione di Chrome sviluppata da https://callumtodd.uk, e la sua funzione principale è "When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.".

Scarica il file CRX dell'estensione All Work No Play Soundbites

Scarica i file di estensione All Work No Play Soundbites 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

                        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).                    

Informazioni di Base sull'Estensione

Nome All Work No Play Soundbites All Work No Play Soundbites
ID japomppnbdeifhbbdfiegdngeilagpgm
URL Ufficiale https://chromewebstore.google.com/detail/all-work-no-play-soundbit/japomppnbdeifhbbdfiegdngeilagpgm
Descrizione When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.
Dimensione del File 321 KB
Conteggio Installazioni 103
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-10-27
Data di Pubblicazione 2016-10-27
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://callumtodd.uk
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}