Harp Music Laura Bailey

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

Harp Music Laura Bailey क्या है?

Harp Music Laura Bailey https://callumtodd.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Harp Music Laura Bailey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Harp Music Laura Bailey Harp Music Laura Bailey
ID kpleocmlmcjbfdillkamjedbmbibahed
आधिकारिक URL https://chromewebstore.google.com/detail/harp-music-laura-bailey/kpleocmlmcjbfdillkamjedbmbibahed
विवरण Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.
फ़ाइल का आकार 232 KB
स्थापना संख्या 182
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2016-10-27
प्रकाशन तिथि 2016-10-27
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://callumtodd.uk
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://callumtodd.uk/laura-bailey-harp/
समर्थित भाषाएँ 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"
    ]
}