Wombat belly rub

Every wombat deserves a belly rub on it's birthday!

O que é Wombat belly rub?

Wombat belly rub é uma extensão do Chrome desenvolvida por Chris Cassidy, e sua principal característica é "Every wombat deserves a belly rub on it's birthday!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wombat belly rub

Baixe arquivos de extensão Wombat belly rub no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Every wombat deserves a belly rub for it's birthday!

The app finds any wombat image on a page, and animates the images and plays a sound of a wombat enjoying a belly rub when you move your mouse cursor over the image.

The icon will take you to the Google search page for "wombat birthday images".

NOTE: 
This app will slow down performance of the page, so turn it off / remove it after you have finished playing with it.

ATTRIBUTIONS:
- The baby wombat photo by Will Keightley (Flickr: https://flic.kr/p/3st7ah), image copyright: https://creativecommons.org/licenses/by-sa/2.0/

- Wombat icon made by Freepik (www.freepik.com) from www.flaticon.com, image copyright: http://creativecommons.org/licenses/by/3.0/

Enjoy!                    

Informações Básicas da Extensão

Nome Wombat belly rub Wombat belly rub
ID dldjdjaaokccfoejiablfkfgeapjaaba
URL Oficial https://chromewebstore.google.com/detail/wombat-belly-rub/dldjdjaaokccfoejiablfkfgeapjaaba
Descrição Every wombat deserves a belly rub on it's birthday!
Tamanho do Arquivo 639 KB
Contagem de Instalações 29
Versão Atual 1.2
Última Atualização 2014-09-01
Data de Publicação 2014-09-01
Desenvolvedor Chris Cassidy
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wombat belly rub",
    "short_name": "Rub My Belly!",
    "version": "1.2",
    "description": "Every wombat deserves a belly rub on it's birthday!",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "wombat.js"
            ],
            "css": [
                "wombat.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "wombat.mp3",
        "wombat.ogg",
        "tickle.gif"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "icon_128.png"
    }
}