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
官方網址 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
}