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 هو إضافة Chrome تم تطويرها بواسطة https://callumtodd.uk، والميزة الرئيسية لها هي "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Harp Music Laura Bailey
قم بتنزيل ملفات الامتداد Harp Music Laura Bailey بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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).
معلومات أساسية عن التمديد
الاسم | |
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" ] } |