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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}