Invisibly

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

Invisibly란 무엇입니까?

Invisibly은(는) http://invisibly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take control and earn money from your personal data with Invisibly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Invisibly 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}