UNOFFICIAL Anilist Updater

Update Anilists in your browser

什么是UNOFFICIAL Anilist Updater?

UNOFFICIAL Anilist Updater是由globinguy开发的Chrome扩展程序,该扩展的主要功能是“Update Anilists in your browser”。

扩展截图

screenshot
screenshot

下载UNOFFICIAL Anilist Updater扩展crx文件

下载UNOFFICIAL Anilist Updater扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Update your Anilists with this simple Chrome extension!
Browse your currently watching or currently reading anime and manga!
Update your progress, on the aforementioned media!
Thats really about it.

If you haven't already, make an account now at: 
https://anilist.co/
Also check out this project on Github: 
https://github.com/Globinguy/Unofficial-Anilist-Chrome-Extension                    

扩展基本信息

名称 UNOFFICIAL Anilist Updater UNOFFICIAL Anilist Updater
ID ggjlaakenonjlionbnebgnnolhmplbje
官方URL https://chromewebstore.google.com/detail/unofficial-anilist-update/ggjlaakenonjlionbnebgnnolhmplbje
简介 Update Anilists in your browser
文件大小 16.35 KB
安装次数 87
当前版本 0.0.8
更新时间 2019-04-17
上架时间 2019-04-17
评分 4.88/5 共8次评分
开发者 globinguy
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UNOFFICIAL Anilist Updater",
    "description": "Update Anilists in your browser",
    "version": "0.0.8",
    "permissions": [
        "storage",
        "identity"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png"
        },
        "default_title": "Anilist Menu",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png"
    },
    "manifest_version": 2
}