Scrobbly

Update at the same time multiple anime sites just by watching on your favourite anime website.

Scrobblyとは何ですか?

Scrobblyはleonekmiによって開発されたChromeの拡張機能で、その主な機能は「Update at the same time multiple anime sites just by watching on your favourite anime website.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Scrobbly拡張機能のCRXファイルをダウンロード

Scrobbly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Scrobbly is the succession of Anilist Scrobbler, the extension automatically sync your anime libraries when you watch Crunchyroll, Netflix, etc... This extension works with Anilist and Kitsu.                    

拡張機能の基本情報

名前 Scrobbly Scrobbly
ID bghcjdikmfopmhpgcocpgfefjppkfjpn
公式URL https://chromewebstore.google.com/detail/scrobbly/bghcjdikmfopmhpgcocpgfefjppkfjpn
説明 Update at the same time multiple anime sites just by watching on your favourite anime website.
ファイルサイズ 1.5 MB
インストール数 67
現在のバージョン 2.4.1
最終更新日 2019-06-20
公開日 2019-06-20
評価 5.00/5 合計 1 レビュー
開発者 leonekmi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://scrobbly.leonekmi.fr
ヘルプページのURL https://github.com/leonekmi/scrobbly/wiki
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "_license": [
        "This file is part of Scrobbly.",
        "Scrobbly is free software: you can redistribute it and\/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.",
        "Scrobbly is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.",
        "You should have received a copy of the GNU General Public License along with Scrobbly.  If not, see ."
    ],
    "manifest_version": 2,
    "name": "Scrobbly",
    "description": "__MSG_slogan__",
    "author": "Scrobbly contributors",
    "version": "2.4.1",
    "version_name": "2.4.1",
    "permissions": [
        "*:\/\/www.crunchyroll.com\/*",
        "*:\/\/www.wakanim.tv\/*",
        "*:\/\/animedigitalnetwork.fr\/*",
        "*:\/\/scrobbly.leonekmi.fr\/*",
        "*:\/\/www.hulu.com\/*",
        "*:\/\/www.netflix.com\/*",
        "*:\/\/www.hidive.com\/*",
        "*:\/\/app.emby.media\/*",
        "*:\/\/app.plex.tv\/*",
        "*:\/\/www.anime-on-demand.de\/*",
        "*:\/\/tvdbapiproxy.leonekmi.fr\/*",
        "*:\/\/graphql.anilist.co\/*",
        "*:\/\/kitsu.io\/*",
        "*:\/\/ponimu.com\/*",
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' blob: filesystem: 'unsafe-eval'; object-src 'self' blob: filesystem:;",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "update_url": "https:\/\/scrobbly.leonekmi.fr\/firefox\/updates.json"
        }
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "daemon.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.crunchyroll.com\/*",
                "*:\/\/www.netflix.com\/*",
                "*:\/\/app.plex.tv\/*",
                "*:\/\/www.wakanim.tv\/*",
                "*:\/\/app.emby.media\/*",
                "*:\/\/www.hidive.com\/*",
                "*:\/\/animedigitalnetwork.fr\/*",
                "*:\/\/www.anime-on-demand.de\/*",
                "*:\/\/ponimu.com\/*"
            ],
            "js": [
                "website.js"
            ]
        },
        {
            "matches": [
                "*:\/\/scrobbly.leonekmi.fr\/anilist\/*"
            ],
            "js": [
                "anilist.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logos\/logo512.png",
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "64": "logos\/logo64.png",
        "128": "logos\/logo128.png",
        "256": "logos\/logo256.png",
        "512": "logos\/logo512.png"
    }
}