Invisibly

Take control and earn money from your personal data with Invisibly.

Invisiblyคืออะไร?

Invisibly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://invisibly.com และคุณลักษณะหลักของมันคือ "Take control and earn money from your personal data with Invisibly."

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

screenshot
screenshot
screenshot

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

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

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

                        Use your data to gain access to the content you love without ever having to pay for it. Enjoy access to premium publishers with new articles, videos, and more added every day. Invisibly is a smarter feed that puts you in control of your data. You can explore, earn points, and access quality content chosen by and for you. Use your data to access premium content you love with Invisibly today.                    

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

ชื่อ Invisibly Invisibly
ID amklimpikigpmhdgokjeobmkegdadegd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/invisibly/amklimpikigpmhdgokjeobmkegdadegd
คำอธิบาย Take control and earn money from your personal data with Invisibly.
ขนาดไฟล์ 1.34 MB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 2.5.113
อัปเดตครั้งล่าสุด 2022-05-25
วันที่เผยแพร่ 2021-02-20
คะแนน 3.85/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา http://invisibly.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.invisibly.com/home
URL หน้านโยบายความเป็นส่วนตัว https://www.invisibly.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Invisibly",
    "description": "Take control and earn money from your personal data with Invisibly.",
    "version": "2.5.113",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "webRequest",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/pers.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
    "web_accessible_resources": [
        "scripts\/*",
        "static\/*"
    ]
}