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
Eメール [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
}