Harp Music Laura Bailey
Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.
What is Harp Music Laura Bailey?
Harp Music Laura Bailey is a Chrome extension developed by https://callumtodd.uk, and its main feature is "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.".
Extension Screenshots
Download Harp Music Laura Bailey Extension CRX File
Download Harp Music Laura Bailey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | |
ID | kpleocmlmcjbfdillkamjedbmbibahed |
Official URL | 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. |
File Size | 232 KB |
Installation Count | 182 |
Current Version | 1.2.2 |
Last Updated | 2016-10-27 |
Publish Date | 2016-10-27 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://callumtodd.uk |
Payment Type | free |
Extension Website | http://callumtodd.uk/laura-bailey-harp/ |
Supported Languages | 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" ] } |