UNOFFICIAL Anilist Updater

Update Anilists in your browser

Apa itu UNOFFICIAL Anilist Updater?

UNOFFICIAL Anilist Updater adalah ekstensi Chrome yang dikembangkan oleh globinguy, dan fitur utamanya adalah "Update Anilists in your browser".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi UNOFFICIAL Anilist Updater

Unduh file ekstensi UNOFFICIAL Anilist Updater dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama UNOFFICIAL Anilist Updater UNOFFICIAL Anilist Updater
ID ggjlaakenonjlionbnebgnnolhmplbje
URL Resmi https://chromewebstore.google.com/detail/unofficial-anilist-update/ggjlaakenonjlionbnebgnnolhmplbje
Deskripsi Update Anilists in your browser
Ukuran File 16.35 KB
Jumlah Instalasi 87
Versi Saat Ini 0.0.8
Terakhir Diperbarui 2019-04-17
Tanggal Publikasi 2019-04-17
Penilaian 4.88/5 Total 8 Penilaian
Pengembang globinguy
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}