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!
Qu'est-ce que Strona Główna Onet ?
Strona Główna Onet est une extension Chrome développée par product.onet, et sa fonction principale est "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!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Strona Główna Onet
Téléchargez les fichiers d'extension Strona Główna Onet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Strona Główna Onet |
ID | fhkknmngmfbdleldlbdopdfmfacgpnmc |
URL Officiel | 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! |
Taille du Fichier | 15.52 KB |
Nombre d'Installations | 1,048 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2022-06-30 |
Date de Publication | 2020-04-28 |
Développeur | product.onet |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |