CustomHits Surf Extension

Official CustomHits.net Surf Extension - The easiest way to earn Traffic Minutes.

CustomHits Surf Extensionคืออะไร?

CustomHits Surf Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://customhits.net และคุณลักษณะหลักของมันคือ "Official CustomHits.net Surf Extension - The easiest way to earn Traffic Minutes."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CustomHits Surf Extension

ดาวน์โหลดไฟล์ส่วนขยาย CustomHits Surf Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing the CustomHits Surf Extension for Google Chrome – an effortless solution to earn CustomHits Traffic Minutes. Our innovative Chrome extension lets you earn Traffic Minutes with ease, fueling your website's growth and visibility.

Key Features:

Time-saving and Efficient: No need to manually surf websites to earn traffic. The CustomHits extension automates the process, allowing you to focus on more important tasks.

Easy to Use: Simply install the extension and connect your CustomHits account. Once connected click the 'Start Surfing' button and you're good to go! Setup and earning Traffic Minutes instantly.

Completely Free: CustomHits Surf Extension is 100% free to use, with no hidden fees or charges. Enjoy an effortless way to boost your website's traffic without breaking the bank.

Automated Traffic Exchange: Earn Traffic Minutes while you work, play, or even sleep! Our extension runs unobtrusively in a single tab, accumulating valuable Traffic Minutes to drive more human traffic to your website.

Secure and Reliable: We value your privacy and security. The CustomHits extension is designed to be safe and compliant with Google Chrome's security standards. We don't track or store any personal information from the extension.

Get started with the CustomHits Surf Extension today and watch your website's traffic grow exponentially. Install the extension now and join our community of satisfied users reaping the benefits of a powerful, automated traffic exchange system.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CustomHits Surf Extension CustomHits Surf Extension
ID mlcmebdgegeiflddkjcikhmaebaplhjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/customhits-surf-extension/mlcmebdgegeiflddkjcikhmaebaplhjg
คำอธิบาย Official CustomHits.net Surf Extension - The easiest way to earn Traffic Minutes.
ขนาดไฟล์ 181 KB
จำนวนการติดตั้ง 1,538
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-05-12
วันที่เผยแพร่ 2023-04-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://customhits.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://customhits.net/
URL หน้าช่วยเหลือ https://customhits.net/?page=contact
URL หน้านโยบายความเป็นส่วนตัว https://customhits.net?page=privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CustomHits Surf Extension",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "Official CustomHits.net Surf Extension - The easiest way to earn Traffic Minutes.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "[email protected]",
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/customhits.net\/?page=earn&connect"
            ],
            "js": [
                "lib\/browser-polyfill.js",
                "lib\/connection.js"
            ],
            "run_at": "document_idle"
        }
    ]
}