Sento - MyAnimeList Updater

Automatically look up anime series to add/update on MyAnimeList

Sento - MyAnimeList Updater क्या है?

Sento - MyAnimeList Updater fuhranku द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically look up anime series to add/update on MyAnimeList"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sento - MyAnimeList Updater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Sento - MyAnimeList Updater Sento - MyAnimeList Updater
ID ednoacfdjnjjmcpjcljpnmioicjnldcj
आधिकारिक URL https://chrome.google.com/webstore/detail/sento-myanimelist-updater/ednoacfdjnjjmcpjcljpnmioicjnldcj
विवरण Automatically look up anime series to add/update on MyAnimeList
फ़ाइल का आकार 166 KB
स्थापना संख्या 65
वर्तमान संस्करण 1.31
अंतिम अपडेट 2018-01-15
प्रकाशन तिथि 2018-01-15
रेटिंग 2.22/5 कुल 9 रेटिंग्स
डेवलपर fuhranku
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}