All Work No Play Soundbites
When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.
All Work No Play Soundbites là gì?
All Work No Play Soundbites là một tiện ích mở rộng Chrome được phát triển bởi https://callumtodd.uk, và tính năng chính của nó là "When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.".
Tải xuống tệp CRX của tiện ích mở rộng All Work No Play Soundbites
Tải xuống các tệp mở rộng All Work No Play Soundbites dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound. The soundbites are taken from Sam Riegel and Liam O'Brien's podcast All Work No Play (http://allworknoplay.podbean.com). For an increased All Work No Play browsing experience, try the 'Harp Music Laura Bailey' extension (https://chrome.google.com/webstore/detail/harp-music-laura-bailey/kpleocmlmcjbfdillkamjedbmbibahed).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | japomppnbdeifhbbdfiegdngeilagpgm |
URL Chính Thức | https://chromewebstore.google.com/detail/all-work-no-play-soundbit/japomppnbdeifhbbdfiegdngeilagpgm |
Mô tả | When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound. |
Kích Thước Tệp | 321 KB |
Số Lần Cài Đặt | 103 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-10-27 |
Ngày Phát Hành | 2016-10-27 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://callumtodd.uk |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "All Work No Play Soundbites", "version": "1.0.1", "description": "When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.", "author": "Callum Todd", "icons": { "64": "icons\/icon64.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "background": { "scripts": [ "pingResponder.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "wordfind.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "cursor0.ico", "cursor1.ico", "laura_bailey.ogg", "travis_willingham.ogg" ] } |