Write Books Today

Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!

O que é Write Books Today?

Write Books Today é uma extensão do Chrome desenvolvida por cdishawn32, e sua principal característica é "Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Write Books Today

Baixe arquivos de extensão Write Books Today 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

                        Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!                    

Informações Básicas da Extensão

Nome Write Books Today Write Books Today
ID cndakaelfdbelcfbkngjcoekoelfmbho
URL Oficial https://chromewebstore.google.com/detail/write-books-today/cndakaelfdbelcfbkngjcoekoelfmbho
Descrição Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!
Tamanho do Arquivo 197 KB
Contagem de Instalações 49
Versão Atual 1.0
Última Atualização 2016-03-08
Data de Publicação 2016-03-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor cdishawn32
Tipo de Pagamento in_app
Site da Extensão http://www.writebookstoday.com/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Write Books Today",
    "description": "Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book \"Out of Work\" is available now on Amazon!",
    "version": "1.0",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "notifications",
        "gcm",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/config.js",
            "js\/bgscript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.velocity.min.js",
                "js\/script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}