Miley Cyrus Twerkn' Everywhere

Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole

O que é Miley Cyrus Twerkn' Everywhere?

Miley Cyrus Twerkn' Everywhere é uma extensão do Chrome desenvolvida por http://blog.cartercole.com, e sua principal característica é "Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Miley Cyrus Twerkn' Everywhere

Baixe arquivos de extensão Miley Cyrus Twerkn' Everywhere 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 Miley Cyrus Twerkn' Everywhere Miley Cyrus Twerkn' Everywhere
ID jkgagbjgphomlmllihpfkgchclnakhai
URL Oficial https://chrome.google.com/webstore/detail/miley-cyrus-twerkn-everyw/jkgagbjgphomlmllihpfkgchclnakhai
Descrição Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole
Tamanho do Arquivo 338 KB
Contagem de Instalações 57
Versão Atual 0.6.9
Última Atualização 2013-08-28
Data de Publicação 2013-08-28
Classificação 2.06/5 Total de 54 Avaliações
Desenvolvedor http://blog.cartercole.com
Tipo de Pagamento free
Site da Extensão http://blog.cartercole.com
URL da Página de Ajuda http://blog.cartercole.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Miley Cyrus Twerkn' Everywhere",
    "version": "0.6.9",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/underscore.js",
            "js\/background.js"
        ]
    },
    "description": "Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole",
    "homepage_url": "http:\/\/blog.cartercole.com\/",
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/inpage.css"
            ],
            "js": [
                "js\/underscore.js",
                "js\/jquery.js",
                "js\/onpage.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/mileycyrustwerk.png"
    ]
}