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.
Qu'est-ce que All Work No Play Soundbites ?
All Work No Play Soundbites est une extension Chrome développée par https://callumtodd.uk, et sa fonction principale est "When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.".
Télécharger le fichier CRX de l'extension All Work No Play Soundbites
Téléchargez les fichiers d'extension All Work No Play Soundbites au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | |
ID | japomppnbdeifhbbdfiegdngeilagpgm |
URL Officiel | https://chromewebstore.google.com/detail/all-work-no-play-soundbit/japomppnbdeifhbbdfiegdngeilagpgm |
Description | When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound. |
Taille du Fichier | 321 KB |
Nombre d'Installations | 103 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-10-27 |
Date de Publication | 2016-10-27 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | https://callumtodd.uk |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |