Shikimori Online

The extension provides access to archive videos

Wat is Shikimori Online?

Shikimori Online is een Chrome-extensie ontwikkeld door Shikimori, en de belangrijkste functie is "The extension provides access to archive videos".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shikimori Online

Download Shikimori Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Shikimori Online Shikimori Online
ID cccmlacbdjnkflopkpjpflbmgielaeki
Officiële URL https://chromewebstore.google.com/detail/shikimori-online/cccmlacbdjnkflopkpjpflbmgielaeki
Beschrijving The extension provides access to archive videos
Bestandsgrootte 124 KB
Aantal Installaties 224
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-08-03
Publicatiedatum 2019-08-03
Beoordeling 3.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Shikimori
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}