Scrobbly

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

Hvad er Scrobbly?

Scrobbly er en Chrome-udvidelse udviklet af leonekmi, og dens hovedfunktion er "Update at the same time multiple anime sites just by watching on your favourite anime website.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Scrobbly-udvidelses-CRX-fil

Download Scrobbly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Scrobbly Scrobbly
ID bghcjdikmfopmhpgcocpgfefjppkfjpn
Officiel URL https://chromewebstore.google.com/detail/scrobbly/bghcjdikmfopmhpgcocpgfefjppkfjpn
Beskrivelse Update at the same time multiple anime sites just by watching on your favourite anime website.
Filstørrelse 1.5 MB
Antal Installationer 67
Nuværende Version 2.4.1
Senest Opdateret 2019-06-20
Udgivelsesdato 2019-06-20
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler leonekmi
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://scrobbly.leonekmi.fr
Hjælpeside-URL https://github.com/leonekmi/scrobbly/wiki
Understøttede Sprog 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"
    }
}