Animadness

Let's Binge Anime ^_^

O que é Animadness?

Animadness é uma extensão do Chrome desenvolvida por http://animadness.net, e sua principal característica é "Let's Binge Anime ^_^".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Animadness

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

                        Binge watching anime has become far too difficult for Otakus so Madness Labs has come to the rescue.  Use this extension along side Animadness.net in order to Chromecast anime and watch until your ass goes numb. :3

Support us on Patreon!
http://patreon.com/madnesslabs

Whats New in v1.4
- Anime Genres
- Backup Media Provider
- Anime Search
- Bug Fixes and UI Improvements

Whats New in v1.3.1
- Automatically switch to sub when dub not available
- Bug Fixes

Whats New in v1.3
- Faster video fetching
- Improved navigation and interface
- More anime series info

Whats New in v1.2
- Share Buttons
- Switch between dubbed and sub in profile
- Anime pictures and descriptions
- Better and Faster Extension
- Easier Extension Setup
- Filler info from AnimeFillerList.com                    

Informações Básicas da Extensão

Nome Animadness Animadness
ID jkmkhifmakamhiihlpdkbhgjfochfijf
URL Oficial https://chrome.google.com/webstore/detail/animadness/jkmkhifmakamhiihlpdkbhgjfochfijf
Descrição Let's Binge Anime ^_^
Tamanho do Arquivo 1.06 MB
Contagem de Instalações 53
Versão Atual 1.4.1
Última Atualização 2017-01-27
Data de Publicação 2017-01-27
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor http://animadness.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://animadness.net
URL da Página de Ajuda http://madnesslabs.net
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Animadness",
    "description": "Let's Binge Anime ^_^",
    "version": "1.4.1",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "extension.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "permissions": [
        "background",
        "tabs",
        "",
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArwabV0\/REb7ptgry22fMSK+sVKSyCF3yvInqN6\/ssF7uY10tq1ScKJvk29ynzCu2tptj6jwfCAyOw6rJQuxmscjZ54yc\/tWmRgqFfFxB0AoOpeH9TD6jfVelmZJLedNhqbAhbvA5P7wZ4YRDxBmc02kTPoKOjWjnYvvH+P8WvjWuZancmHnF6ZJCUzhRcp9nDTJ6RTjPLLD7l1bXeAejPSWReVmuqCGF3YLT0GlWMmtsdgeLsXejsjZDgMdmWlW\/R4g7vJDv7m6LhAJTJYBN6Y2knoAnaejRxHUV8XQRne34tWyvcfvHSEfYMoZjq6hioriLd0OAGQJ+AUa4hGIfiwIDAQAB",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.animadness.net\/*",
            "*:\/\/*.animadness.dev\/*"
        ]
    }
}