Shikimori - смотреть онлайн

Shikimori `watch online` extension

Qu'est-ce que Shikimori - смотреть онлайн ?

Shikimori - смотреть онлайн est une extension Chrome développée par Aincrad, et sa fonction principale est "Shikimori `watch online` extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shikimori - смотреть онлайн

Téléchargez les fichiers d'extension Shikimori - смотреть онлайн au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Простое расширение, добавляющее кнопки для быстрого перехода со станицы аниме сайта Shikimori на сервисы онлайн просмотра SmotretAnime и YummyAnime. Имя берется автоматически и, в большинстве случаев, переход происходит напрямую на страницу нужного аниме.

P.S. Разработчик приложения не имеет никакого отношения к владельцу shikimori. Все видео материалы хранятся на сторонних серверах в открытом доступе.

https://shikimori.one
https://shikimori.org                    

Informations de Base sur l'Extension

Nom Shikimori - смотреть онлайн Shikimori - смотреть онлайн
ID gpmdlalagapobipmehfodfocoaglnbbm
URL Officiel https://chrome.google.com/webstore/detail/gpmdlalagapobipmehfodfocoaglnbbm
Description Shikimori `watch online` extension
Taille du Fichier 5.53 MB
Nombre d'Installations 996
Version Actuelle 0.1.5
Dernière Mise à Jour 2020-10-02
Date de Publication 2020-06-18
Évaluation 3.33/5 Total 9 Évaluations
Développeur Aincrad
Email [email protected]
Type de Paiement free
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shikimori - \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043e\u043d\u043b\u0430\u0439\u043d",
    "short_name": "Shikimori - online",
    "description": "Shikimori `watch online` extension",
    "version": "0.1.5",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/shikimori.org\/*",
                "*:\/\/shikimori.one\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "https:\/\/shikimori.one\/*",
        "https:\/\/shikimori.org\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/title.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "contentScript.js",
        "injected.js"
    ],
    "icons": {
        "16": "images\/title_16.png",
        "48": "images\/title_48.png",
        "128": "images\/title_128.png"
    }
}