Big Nate

Big Nate comics

O que é Big Nate?

Big Nate é uma extensão do Chrome desenvolvida por https://notepad.softwarevalley.net, e sua principal característica é "Big Nate comics".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Big Nate

Baixe arquivos de extensão Big Nate 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

                        If you like Big Nate comics and you would like to receive new comics every day, install this extension and enjoy.

**** You can also install this extension (http://goo.gl/8jx0N) if you would like to follow other comics from GoComics.com site too.

**** FEATURES ****
• Navigate through comics with left/right arrows; home key to go to newest comic.
• Last viewed comic is now saved so you can go back and read what you have missed.                    

Informações Básicas da Extensão

Nome Big Nate Big Nate
ID idjofkllpnkmcckegdacglccbieokejk
URL Oficial https://chromewebstore.google.com/detail/big-nate/idjofkllpnkmcckegdacglccbieokejk
Descrição Big Nate comics
Tamanho do Arquivo 53.56 KB
Contagem de Instalações 319
Versão Atual 1.4.2
Última Atualização 2022-09-30
Data de Publicação 2018-07-05
Classificação 4.22/5 Total de 9 Avaliações
Desenvolvedor https://notepad.softwarevalley.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Big Nate",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "Big Nate comics",
    "icons": {
        "128": "images\/icon-128.png",
        "19": "images\/icon-19.png",
        "48": "images\/icon-48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/big-nate\/idjofkllpnkmcckegdacglccbieokejk",
    "content_security_policy": "default-src 'self'; img-src 'self' https:\/\/assets.amuniversal.com; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/*.gocomics.com\/bignate\/",
    "browser_action": {
        "default_icon": "images\/icon-19.png",
        "default_title": "Big Nate Comics",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.gocomics.com\/bignate\/*"
    ]
}