Doge ify - Super Doge!

A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.

O que é Doge ify - Super Doge!?

Doge ify - Super Doge! é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Doge ify - Super Doge!

Baixe arquivos de extensão Doge ify - Super Doge! 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

                                            

Informações Básicas da Extensão

Nome Doge ify - Super Doge! Doge ify - Super Doge!
ID hmknopojacdmgooajhbfebnhiedhgkff
URL Oficial https://chromewebstore.google.com/detail/doge-ify-super-doge/hmknopojacdmgooajhbfebnhiedhgkff
Descrição A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.
Tamanho do Arquivo 880 KB
Contagem de Instalações 398
Versão Atual 1.1
Última Atualização 2017-01-18
Data de Publicação 2017-01-17
Classificação 2.67/5 Total de 3 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/adjavaherian/dogeify
URL da Página de Ajuda https://github.com/adjavaherian/dogeify/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doge ify - Super Doge!",
    "short_name": "doge ify",
    "description": "A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/adjavaherian\/dogeify",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Super Dogeify!"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.reddit.com\/"
    ]
}