MYGNRFORUM (Izzy Banner)

Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner

O que é MYGNRFORUM (Izzy Banner)?

MYGNRFORUM (Izzy Banner) é uma extensão do Chrome desenvolvida por chopaway, e sua principal característica é "Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MYGNRFORUM (Izzy Banner)

Baixe arquivos de extensão MYGNRFORUM (Izzy Banner) 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

                        Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner. 

Also inserts Izzys Twitter feed into the mygnrforum homepage sidebar.                    

Informações Básicas da Extensão

Nome MYGNRFORUM (Izzy Banner) MYGNRFORUM (Izzy Banner)
ID ppfkfjdpnecifanpaehghbnmjjblbamh
URL Oficial https://chromewebstore.google.com/detail/mygnrforum-izzy-banner/ppfkfjdpnecifanpaehghbnmjjblbamh
Descrição Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner
Tamanho do Arquivo 58.42 KB
Contagem de Instalações 0
Versão Atual 1.0
Última Atualização 2017-04-07
Data de Publicação 2017-04-05
Desenvolvedor chopaway
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "mygnrforumizzy",
    "name": "MYGNRFORUM (Izzy Banner)",
    "version": "1.0",
    "description": "Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner",
    "author": "@chopaway",
    "content_scripts": [
        {
            "css": [
                "izzy.css"
            ],
            "matches": [
                "*:\/\/www.mygnrforum.com\/*"
            ],
            "js": [
                "jquery.js",
                "izzy.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}