Harp Music Laura Bailey

Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.

Cos'è Harp Music Laura Bailey?

Harp Music Laura Bailey è un'estensione di Chrome sviluppata da https://callumtodd.uk, e la sua funzione principale è "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Harp Music Laura Bailey

Scarica i file di estensione Harp Music Laura Bailey 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

                        Replaces the text "Laura Bailey" with "*harp music* Laura Bailey".

When the text is clicked, harp music will play. The audio is taken from Sam Riegel and Liam O'Brien's podcast All Work No Play (http://allworknoplay.podbean.com).

The music can be disabled from the extension's options menu.

For an increased All Work No Play browsing experience, try the 'All Work No Play Soundbites' extension (https://chrome.google.com/webstore/detail/all-work-no-play-soundbit/japomppnbdeifhbbdfiegdngeilagpgm).                    

Informazioni di Base sull'Estensione

Nome Harp Music Laura Bailey Harp Music Laura Bailey
ID kpleocmlmcjbfdillkamjedbmbibahed
URL Ufficiale https://chromewebstore.google.com/detail/harp-music-laura-bailey/kpleocmlmcjbfdillkamjedbmbibahed
Descrizione Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.
Dimensione del File 232 KB
Conteggio Installazioni 182
Versione Corrente 1.2.2
Ultimo Aggiornamento 2016-10-27
Data di Pubblicazione 2016-10-27
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://callumtodd.uk
Tipo di Pagamento free
Sito Web dell'Estensione http://callumtodd.uk/laura-bailey-harp/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harp Music Laura Bailey",
    "version": "1.2.2",
    "description": "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.",
    "author": "Callum Todd",
    "icons": {
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wordreplace.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "harp.ogg"
    ]
}