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.
Hvad er All Work No Play Soundbites?
All Work No Play Soundbites er en Chrome-udvidelse udviklet af https://callumtodd.uk, og dens hovedfunktion er "When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.".
Download All Work No Play Soundbites-udvidelses-CRX-fil
Download All Work No Play Soundbites-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | japomppnbdeifhbbdfiegdngeilagpgm |
Officiel URL | https://chromewebstore.google.com/detail/all-work-no-play-soundbit/japomppnbdeifhbbdfiegdngeilagpgm |
Beskrivelse | When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound. |
Filstørrelse | 321 KB |
Antal Installationer | 103 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2016-10-27 |
Udgivelsesdato | 2016-10-27 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | https://callumtodd.uk |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |