Снежинки на сайт

Добавь новогоднее настроение

What is Снежинки на сайт?

Снежинки на сайт is a Chrome extension developed by Romkaq, and its main feature is "Добавь новогоднее настроение".

Extension Screenshots

screenshot

Download Снежинки на сайт Extension CRX File

Download Снежинки на сайт 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 Снежинки на сайт Снежинки на сайт
ID cphhigjkhjlmpeknpphplmgafocnpomh
Official URL https://chromewebstore.google.com/detail/%D1%81%D0%BD%D0%B5%D0%B6%D0%B8%D0%BD%D0%BA%D0%B8-%D0%BD%D0%B0-%D1%81%D0%B0%D0%B9%D1%82/cphhigjkhjlmpeknpphplmgafocnpomh
Description Добавь новогоднее настроение
File Size 30.16 KB
Installation Count 25
Current Version 1.0.0
Last Updated 2021-11-29
Publish Date 2021-06-08
Rating 5.00/5 Total 3 Ratings
Developer Romkaq
Email [email protected]
Payment Type free
Privacy Policy Page URL https://rq-dev.github.io/chrome-extensions-privacy-policy
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u0421\u043d\u0435\u0436\u0438\u043d\u043a\u0438 \u043d\u0430 \u0441\u0430\u0439\u0442",
    "description": "\u0414\u043e\u0431\u0430\u0432\u044c \u043d\u043e\u0432\u043e\u0433\u043e\u0434\u043d\u0435\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0435",
    "version": "1.0.0",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "\u0421\u043d\u0435\u0436\u0438\u043d\u043a\u0438 \u043d\u0430 \u0441\u0430\u0439\u0442",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ]
}