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?

All Work No Play Soundbites - это расширение Chrome, разработанное https://callumtodd.uk, и его основная функция - "When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.".

Скачать файл CRX расширения All Work No Play Soundbites

Скачайте файлы расширений All Work No Play Soundbites в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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).                    

Основная информация о расширении

Название All Work No Play Soundbites All Work No Play Soundbites
ID japomppnbdeifhbbdfiegdngeilagpgm
Официальный URL https://chromewebstore.google.com/detail/all-work-no-play-soundbit/japomppnbdeifhbbdfiegdngeilagpgm
Описание When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.
Размер файла 321 KB
Количество установок 103
Текущая Версия 1.0.1
Последнее Обновление 2016-10-27
Дата публикации 2016-10-27
Рейтинг 4.00/5 Всего 1 оценок
Разработчик https://callumtodd.uk
Тип оплаты free
Поддерживаемые языки 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"
    ]
}