Harp Music Laura Bailey

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

Qu'est-ce que Harp Music Laura Bailey ?

Harp Music Laura Bailey est une extension Chrome développée par https://callumtodd.uk, et sa fonction principale est "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Harp Music Laura Bailey

Téléchargez les fichiers d'extension Harp Music Laura Bailey au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Harp Music Laura Bailey Harp Music Laura Bailey
ID kpleocmlmcjbfdillkamjedbmbibahed
URL Officiel https://chromewebstore.google.com/detail/harp-music-laura-bailey/kpleocmlmcjbfdillkamjedbmbibahed
Description Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.
Taille du Fichier 232 KB
Nombre d'Installations 182
Version Actuelle 1.2.2
Dernière Mise à Jour 2016-10-27
Date de Publication 2016-10-27
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://callumtodd.uk
Type de Paiement free
Site Web de l'Extension http://callumtodd.uk/laura-bailey-harp/
Langues Prises en Charge 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"
    ]
}