Invisibly

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

Invisibly क्या है?

Invisibly http://invisibly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take control and earn money from your personal data with Invisibly."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Invisibly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}