YummyLooper

Расширение работает только на сайте https://yummyanime.club/

Wat is YummyLooper?

YummyLooper is een Chrome-extensie ontwikkeld door UnityZet, en de belangrijkste functie is "Расширение работает только на сайте https://yummyanime.club/".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YummyLooper

Download YummyLooper-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

                        Сравните свой список просмотренного аниме со списками других пользователей                    

Basisinformatie over de Extensie

Naam YummyLooper YummyLooper
ID oiidbobkihipnjmbpholfbogngbcmbjl
Officiële URL https://chrome.google.com/webstore/detail/yummylooper/oiidbobkihipnjmbpholfbogngbcmbjl
Beschrijving Расширение работает только на сайте https://yummyanime.club/
Bestandsgrootte 45.98 KB
Aantal Installaties 42
Huidige Versie 1.4.1
Laatst Bijgewerkt 2021-04-20
Publicatiedatum 2020-09-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar UnityZet
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YummyLooper",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 https:\/\/yummyanime.club\/",
    "version": "1.4.1",
    "manifest_version": 2,
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/yummyanime.club\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "YummyStyle.css"
            ],
            "run_at": "document_end"
        }
    ]
}