HOC.hu news reader and coupon finder
HOC.hu news reader and coupon finder
Was ist HOC.hu news reader and coupon finder?
HOC.hu news reader and coupon finder ist eine Chrome-Erweiterung, die von https://www.hoc.hu entwickelt wurde, und ihr Hauptmerkmal ist "HOC.hu news reader and coupon finder".
Erweiterungsscreenshots
HOC.hu news reader and coupon finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie HOC.hu news reader and coupon finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
HOC.hu
A beépülő modul a HOC.hu oldal látogatói számára készült, akik a beépülő telepítése után vásárlásaikkal támogatni tudják az oldal működését. A beépülő jelenlegi verziója a Banggood, a Geekbuying, a Tomtop, a Hekka, az Aliexpress és a VEVOR áruházakban történő vásárlást támogatja.
A program tartalmaz egy hírolvasót, ami a HOC.hu oldal friss híreit mutatja, és tartalmaz egy kupon keresőt is. Utóbbi program a ccoupons.hu weboldalon keres kuponkódokat kínai áruházak ajánlatai között.
A kuponkereséshez írd be a termék gyártójának nevét, vagy a termék típusszámát, és kattints a keresés gombra!
A beépülő használatával nem jutunk se böngészési se más adatokhoz, a hírolvasó funkció és a kupon keresés mellett mindössze az áruház URL automatikus módosítása történik meg, aminek köszönhetően a HOC.hu kódja bekerül a linkbe. Ez a vásárlás során semmilyen változást, többletköltséget vagy egyéb más változást nem okoz. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cnbbmmllonfbolfakeopabblnhokkfoe |
| Offizielle URL | https://chromewebstore.google.com/detail/hochu-news-reader-and-cou/cnbbmmllonfbolfakeopabblnhokkfoe |
| Beschreibung | HOC.hu news reader and coupon finder |
| Dateigröße | 24.56 KB |
| Installationsanzahl | 186 |
| Aktuelle Version | 2.1.1 |
| Letztes Update | 2023-05-21 |
| Veröffentlichungsdatum | 2023-04-26 |
| Entwickler | https://www.hoc.hu |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.hoc.hu |
| Unterstützte Sprachen | hu |
| manifest.json | |
{
"background": {
"service_worker": "background.js"
},
"description": "HOC.hu news reader and coupon finder",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/www.aliexpress.com\/",
"https:\/\/www.banggood.com\/",
"https:\/\/www.tomtop.com\/",
"https:\/\/www.vevor.com\/",
"https:\/\/www.geekbuying.com\/",
"https:\/\/www.hekka.com\/"
],
"icons": {
"128": "images\/hoc-128.png",
"16": "images\/hoc-16.png",
"32": "images\/hoc-32.png",
"48": "images\/hoc-48.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_icon": "images\/hoc-32.png",
"default_popup": "popup.html",
"default_title": "HOC.hu RSS h\u00edrolvas\u00f3"
},
"manifest_version": 3,
"name": "HOC.hu news reader and coupon finder",
"permissions": [
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.1.1"
} | |