Animadness

Let's Binge Anime ^_^

Cos'è Animadness?

Animadness è un'estensione di Chrome sviluppata da http://animadness.net, e la sua funzione principale è "Let's Binge Anime ^_^".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Animadness

Scarica i file di estensione Animadness in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Animadness Animadness
ID jkmkhifmakamhiihlpdkbhgjfochfijf
URL Ufficiale https://chrome.google.com/webstore/detail/animadness/jkmkhifmakamhiihlpdkbhgjfochfijf
Descrizione Let's Binge Anime ^_^
Dimensione del File 1.06 MB
Conteggio Installazioni 53
Versione Corrente 1.4.1
Ultimo Aggiornamento 2017-01-27
Data di Pubblicazione 2017-01-27
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore http://animadness.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://animadness.net
URL della Pagina di Aiuto http://madnesslabs.net
Lingue Supportate 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\/*"
        ]
    }
}