Shikimori Online

The extension provides access to archive videos

Apa itu Shikimori Online?

Shikimori Online adalah ekstensi Chrome yang dikembangkan oleh Shikimori, dan fitur utamanya adalah "The extension provides access to archive videos".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Shikimori Online

Unduh file ekstensi Shikimori Online 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

                        The extension provides access to archive videos. It is allow to choose episodes, kinds of video and authors.                    

Informasi Dasar Ekstensi

Nama Shikimori Online Shikimori Online
ID cccmlacbdjnkflopkpjpflbmgielaeki
URL Resmi https://chromewebstore.google.com/detail/shikimori-online/cccmlacbdjnkflopkpjpflbmgielaeki
Deskripsi The extension provides access to archive videos
Ukuran File 124 KB
Jumlah Instalasi 224
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-08-03
Tanggal Publikasi 2019-08-03
Penilaian 3.00/5 Total 6 Penilaian
Pengembang Shikimori
Tipe Pembayaran free
Bahasa yang Didukung ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shikimori Online",
    "version": "1.0.0",
    "description": "The extension provides access to archive videos",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "*:\/\/*.githubusercontent.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    }
}