Harp Music Laura Bailey
Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.
Apa itu Harp Music Laura Bailey?
Harp Music Laura Bailey adalah ekstensi Chrome yang dikembangkan oleh https://callumtodd.uk, dan fitur utamanya adalah "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Harp Music Laura Bailey
Unduh file ekstensi Harp Music Laura Bailey dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | |
ID | kpleocmlmcjbfdillkamjedbmbibahed |
URL Resmi | https://chromewebstore.google.com/detail/harp-music-laura-bailey/kpleocmlmcjbfdillkamjedbmbibahed |
Deskripsi | Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play. |
Ukuran File | 232 KB |
Jumlah Instalasi | 182 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2016-10-27 |
Tanggal Publikasi | 2016-10-27 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://callumtodd.uk |
Tipe Pembayaran | free |
Situs Ekstensi | http://callumtodd.uk/laura-bailey-harp/ |
Bahasa yang Didukung | 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" ] } |