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!

Wat is Strona Główna Onet?

Strona Główna Onet is een Chrome-extensie ontwikkeld door product.onet, en de belangrijkste functie 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!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Strona Główna Onet

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

                        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!                    

Basisinformatie over de Extensie

Naam Strona Główna Onet Strona Główna Onet
ID fhkknmngmfbdleldlbdopdfmfacgpnmc
Officiële URL https://chromewebstore.google.com/detail/strona-g%C5%82%C3%B3wna-onet/fhkknmngmfbdleldlbdopdfmfacgpnmc
Beschrijving 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!
Bestandsgrootte 15.52 KB
Aantal Installaties 1,048
Huidige Versie 2.0.1
Laatst Bijgewerkt 2022-06-30
Publicatiedatum 2020-04-28
Ontwikkelaar product.onet
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}