Strona Główna Onet

Bądź na bieżąco ze Stroną Główną Onetu. Zainstaluj rozszerzenie i ciesz się z najświeższych i najlepszych treści w internecie!

What is Strona Główna Onet?

Strona Główna Onet is a Chrome extension developed by product.onet, and its main feature is "Bądź na bieżąco ze Stroną Główną Onetu. Zainstaluj rozszerzenie i ciesz się z najświeższych i najlepszych treści w internecie!".

Extension Screenshots

screenshot

Download Strona Główna Onet Extension CRX File

Download Strona Główna Onet 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

                        Bądź na bieżąco ze Stroną Główną Onetu. Zainstaluj rozszerzenie, które automatycznie ustawi najlepszy polski portal internetowy jako stronę startową twojej przeglądarki oraz stronę w nowej karcie. Zainstaluj już dzisiaj rozszerzenie i ciesz się z najświeższych i najlepszych treści w internecie!                    

Extension Basic Information

Name Strona Główna Onet Strona Główna Onet
ID fhkknmngmfbdleldlbdopdfmfacgpnmc
Official URL https://chromewebstore.google.com/detail/strona-g%C5%82%C3%B3wna-onet/fhkknmngmfbdleldlbdopdfmfacgpnmc
Description Bądź na bieżąco ze Stroną Główną Onetu. Zainstaluj rozszerzenie i ciesz się z najświeższych i najlepszych treści w internecie!
File Size 15.52 KB
Installation Count 1,048
Current Version 2.0.1
Last Updated 2022-06-30
Publish Date 2020-04-28
Developer product.onet
Email [email protected]
Payment Type free
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strona G\u0142\u00f3wna Onet",
    "short_name": "Onet",
    "description": "B\u0105d\u017a na bie\u017c\u0105co ze Stron\u0105 G\u0142\u00f3wn\u0105 Onetu. Zainstaluj rozszerzenie i ciesz si\u0119 z naj\u015bwie\u017cszych i najlepszych tre\u015bci w internecie!",
    "version": "2.0.1",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.onet.pl\/*"
    ],
    "author": "RASP TECH",
    "icons": {
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "service_worker": "index.js"
    },
    "action": {
        "default_icon": {
            "32": "icons\/icon_32.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "notifyPresence.js"
            ],
            "matches": [
                "*:\/\/*.onet.pl\/*"
            ]
        }
    ]
}