Animadness

Let's Binge Anime ^_^

Animadness là gì?

Animadness là một tiện ích mở rộng Chrome được phát triển bởi http://animadness.net, và tính năng chính của nó là "Let's Binge Anime ^_^".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Animadness

Tải xuống các tệp mở rộng Animadness dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Animadness Animadness
ID jkmkhifmakamhiihlpdkbhgjfochfijf
URL Chính Thức https://chrome.google.com/webstore/detail/animadness/jkmkhifmakamhiihlpdkbhgjfochfijf
Mô tả Let's Binge Anime ^_^
Kích Thước Tệp 1.06 MB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2017-01-27
Ngày Phát Hành 2017-01-27
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://animadness.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://animadness.net
URL Trang Trợ Giúp http://madnesslabs.net
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}