Origano - Surf and Earn

Enhance your browsing experience with Origano banners and earn while you surf the web.

¿Qué es Origano - Surf and Earn?

Origano - Surf and Earn es una extensión de Chrome desarrollada por https://origano.xyz, y su función principal es "Enhance your browsing experience with Origano banners and earn while you surf the web.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Origano - Surf and Earn

Descarga archivos de extensión Origano - Surf and Earn 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

                        Introducing a revolutionary Chrome store extension that allows you to earn money while browsing the web. Our extension is designed to show you unobtrusive banners while you browse your favorite websites, allowing you to earn money effortlessly.

The extension is simple to use and installs easily on your browser. Once installed, the extension will start displaying banners on your screen as you browse the web. These banners are non-intrusive and won't disrupt your browsing experience.

We have implemented a system that ensures fair compensation to users. Our extension uses various criteria to determine the legitimacy of user engagement, ensuring that rewards are earned through genuine interaction rather than fake clicks.

Origano extension makes it easy for you to keep track of your earnings and withdraw your money when you're ready.

Our Chrome store extension is a great way to earn extra money in your spare time. Whether you're browsing the web for work or pleasure, you can earn money without any extra effort. So why wait? Install our extension today and start earning money while you browse.

Privacy Policy: https://www.origano.xyz/privacy-policy/
Terms of service: https://www.origano.xyz/terms-of-service/                    

Información Básica de la Extensión

Nombre Origano - Surf and Earn Origano - Surf and Earn
ID pbkadhbnkinljhoilhicdhnehacpfebc
URL Oficial https://chromewebstore.google.com/detail/origano-surf-and-earn/pbkadhbnkinljhoilhicdhnehacpfebc
Descripción Enhance your browsing experience with Origano banners and earn while you surf the web.
Tamaño del Archivo 130 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.0.13
Última Actualización 2023-07-17
Fecha de Publicación 2023-05-02
Calificación 4.58/5 Total de 24 Calificaciones
Desarrollador https://origano.xyz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://origano.xyz
URL de la Página de Política de Privacidad https://www.origano.xyz/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.13",
    "name": "Origano - Surf and Earn",
    "short_name": "Origano",
    "description": "Enhance your browsing experience with Origano banners and earn while you surf the web.",
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon-34.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/api.origano.xyz\/*",
            "https:\/\/dashboard.origano.xyz\/*"
        ]
    },
    "permissions": [
        "storage",
        "alarms",
        "tabGroups",
        "tabs",
        "webNavigation",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.bing.com\/*"
    ]
}