HOC.hu news reader and coupon finder

HOC.hu news reader and coupon finder

¿Qué es HOC.hu news reader and coupon finder?

HOC.hu news reader and coupon finder es una extensión de Chrome desarrollada por https://www.hoc.hu, y su función principal es "HOC.hu news reader and coupon finder".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HOC.hu news reader and coupon finder

Descarga archivos de extensión HOC.hu news reader and coupon finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HOC.hu news reader and coupon finder HOC.hu news reader and coupon finder
ID cnbbmmllonfbolfakeopabblnhokkfoe
URL Oficial https://chromewebstore.google.com/detail/hochu-news-reader-and-cou/cnbbmmllonfbolfakeopabblnhokkfoe
Descripción HOC.hu news reader and coupon finder
Tamaño del Archivo 24.56 KB
Cantidad de Instalaciones 186
Versión Actual 2.1.1
Última Actualización 2023-05-21
Fecha de Publicación 2023-04-26
Desarrollador https://www.hoc.hu
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.hoc.hu
Idiomas Soportados 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"
}