shikimori-ext

Video player for shikimori

Wat is shikimori-ext?

shikimori-ext is een Chrome-extensie ontwikkeld door i.kalinin, en de belangrijkste functie is "Video player for shikimori".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie shikimori-ext

Download shikimori-ext-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

                        This extension adds "Watch" button directly to the anime page and provides a simple player using public APIs.

The app developer has nothing to do with the Shikimori owner. All video materials are stored on third-party servers in the public domain.                    

Basisinformatie over de Extensie

Naam shikimori-ext shikimori-ext
ID hiibdnpddilnbcffiphhpafhlajjkhok
Officiële URL https://chromewebstore.google.com/detail/shikimori-ext/hiibdnpddilnbcffiphhpafhlajjkhok
Beschrijving Video player for shikimori
Bestandsgrootte 88.83 KB
Aantal Installaties 636
Huidige Versie 0.1.2
Laatst Bijgewerkt 2023-04-16
Publicatiedatum 2022-03-07
Beoordeling 4.42/5 Totaal 12 Beoordelingen
Ontwikkelaar i.kalinin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Rexagon/shikimori-ext
Help Pagina-URL https://github.com/Rexagon/shikimori-ext/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "shikimori-ext",
    "description": "Video player for shikimori",
    "version": "0.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.shikimori.one\/*",
                "https:\/\/*.shikimori.me\/*"
            ],
            "css": [
                "inpage.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "watch.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}