Origano - Surf and Earn

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

什麼是Origano - Surf and Earn?

Origano - Surf and Earn是由https://origano.xyz開發的Chrome擴展程式,該擴展的主要功能是“Enhance your browsing experience with Origano banners and earn while you surf the web.”。

擴展截圖

screenshot
screenshot
screenshot

下載Origano - Surf and Earn擴展crx文件

下載Origano - Surf and Earn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Origano - Surf and Earn Origano - Surf and Earn
ID pbkadhbnkinljhoilhicdhnehacpfebc
官方網址 https://chromewebstore.google.com/detail/origano-surf-and-earn/pbkadhbnkinljhoilhicdhnehacpfebc
簡介 Enhance your browsing experience with Origano banners and earn while you surf the web.
檔案大小 130 KB
安裝次數 1,000
目前版本 1.0.13
更新時間 2023-07-17
上架時間 2023-05-02
評分 4.58/5 共 24 次評分
開發者 https://origano.xyz
電子郵箱 [email protected]
付費類型 free
擴展官網 https://origano.xyz
隱私政策頁面URL https://www.origano.xyz/privacy-policy
支援的語言 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\/*"
    ]
}