YummyLooper

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

What is YummyLooper?

YummyLooper is a Chrome extension developed by UnityZet, and its main feature is "Расширение работает только на сайте https://yummyanime.club/".

Extension Screenshots

screenshot
screenshot

Download YummyLooper Extension CRX File

Download YummyLooper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YummyLooper YummyLooper
ID oiidbobkihipnjmbpholfbogngbcmbjl
Official URL https://chrome.google.com/webstore/detail/yummylooper/oiidbobkihipnjmbpholfbogngbcmbjl
Description Расширение работает только на сайте https://yummyanime.club/
File Size 45.98 KB
Installation Count 42
Current Version 1.4.1
Last Updated 2021-04-20
Publish Date 2020-09-07
Rating 5.00/5 Total 1 Ratings
Developer UnityZet
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}