Погода

Погода в твоём городе

What is Погода?

Погода is a Chrome extension developed by atazhanov.biz, 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 kcedjkhgdapcpliedehbhmbidboemgfk
Official URL https://chromewebstore.google.com/detail/%D0%BF%D0%BE%D0%B3%D0%BE%D0%B4%D0%B0/kcedjkhgdapcpliedehbhmbidboemgfk
Description Погода в твоём городе
File Size 506 KB
Installation Count 2,652
Current Version 2.0.0
Last Updated 2022-06-18
Publish Date 2019-06-10
Rating 4.86/5 Total 1486 Ratings
Developer atazhanov.biz
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u041f\u043e\u0433\u043e\u0434\u0430",
    "short_name": "\u041f\u043e\u0433\u043e\u0434\u0430",
    "version": "2.0.0",
    "description": "\u041f\u043e\u0433\u043e\u0434\u0430 \u0432 \u0442\u0432\u043e\u0451\u043c \u0433\u043e\u0440\u043e\u0434\u0435",
    "author": "AlexeyTop1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "alarms",
        "storage"
    ],
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "action": {
        "default_icon": {
            "48": "icons\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "\u041f\u043e\u0433\u043e\u0434\u0430 \u0432 \u0442\u0432\u043e\u0451\u043c \u0433\u043e\u0440\u043e\u0434\u0435"
    },
    "icons": {
        "16": "icons\/icon-128.png",
        "32": "icons\/icon-128.png",
        "48": "icons\/icon-128.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}