Animadness

Let's Binge Anime ^_^

Was ist Animadness?

Animadness ist eine Chrome-Erweiterung, die von http://animadness.net entwickelt wurde, und ihr Hauptmerkmal ist "Let's Binge Anime ^_^".

Erweiterungsscreenshots

Animadness-Erweiterungs-CRX-Datei herunterladen

Laden Sie Animadness-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Animadness Animadness
ID jkmkhifmakamhiihlpdkbhgjfochfijf
Offizielle URL https://chrome.google.com/webstore/detail/animadness/jkmkhifmakamhiihlpdkbhgjfochfijf
Beschreibung Let's Binge Anime ^_^
Dateigröße 1.06 MB
Installationsanzahl 53
Aktuelle Version 1.4.1
Letztes Update 2017-01-27
Veröffentlichungsdatum 2017-01-27
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler http://animadness.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://animadness.net
Hilfeseite URL http://madnesslabs.net
Unterstützte Sprachen 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\/*"
        ]
    }
}