Sento - MyAnimeList Updater

Automatically look up anime series to add/update on MyAnimeList

Sento - MyAnimeList Updater là gì?

Sento - MyAnimeList Updater là một tiện ích mở rộng Chrome được phát triển bởi fuhranku, và tính năng chính của nó là "Automatically look up anime series to add/update on MyAnimeList".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Sento - MyAnimeList Updater 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

                        With Sento you have instant access to MyAnimeList anywhere you go on the web!
Log into your MyAnimeList account and open the extension when you're on the page playing anime.
The extension will attempt to automatically search for the title of the anime in the title of the tab and display it.
Calibrate the extension to work on any anime website.
Highlight/select text on any webpage and search for it using the extension.
Add or update an anime with your current status and score through the extension.
Open the MyAnimeList page for an anime in a new tab.

Uses the MyAnimeList API.
Not officially affiliated with MyAnimeList.                    

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

Tên Sento - MyAnimeList Updater Sento - MyAnimeList Updater
ID ednoacfdjnjjmcpjcljpnmioicjnldcj
URL Chính Thức https://chrome.google.com/webstore/detail/sento-myanimelist-updater/ednoacfdjnjjmcpjcljpnmioicjnldcj
Mô tả Automatically look up anime series to add/update on MyAnimeList
Kích Thước Tệp 166 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.31
Cập Nhật Lần Cuối 2018-01-15
Ngày Phát Hành 2018-01-15
Đánh Giá 2.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển fuhranku
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sento - MyAnimeList Updater",
    "description": "Automatically look up anime series to add\/update on MyAnimeList",
    "version": "1.31",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.12.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "http:\/\/myanimelist.net\/*"
    ],
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon.png",
        "16": "images\/icon.png"
    }
}