Harp Music Laura Bailey
Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.
Wat is Harp Music Laura Bailey?
Harp Music Laura Bailey is een Chrome-extensie ontwikkeld door https://callumtodd.uk, en de belangrijkste functie is "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.".
Extensie Screenshots
Download het CRX-bestand van de extensie Harp Music Laura Bailey
Download Harp Music Laura Bailey-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | |
ID | kpleocmlmcjbfdillkamjedbmbibahed |
Officiële URL | https://chromewebstore.google.com/detail/harp-music-laura-bailey/kpleocmlmcjbfdillkamjedbmbibahed |
Beschrijving | Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play. |
Bestandsgrootte | 232 KB |
Aantal Installaties | 182 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2016-10-27 |
Publicatiedatum | 2016-10-27 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://callumtodd.uk |
Betalingswijze | free |
Extensiewebsite | http://callumtodd.uk/laura-bailey-harp/ |
Ondersteunde Talen | 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" ] } |