Causevest

The Causevest Network is a suit of fintech for good products designed to help you generate wealth and support good causes at the…

Causevest란 무엇입니까?

Causevest은(는) Causevest에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Causevest Network is a suit of fintech for good products designed to help you generate wealth and support good causes at the…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Causevest Network is a suit of fintech for good products designed to help you generate wealth and support good causes at the same time.
The causevest extension acts as a gateway connecting you to the causevest network. It has non intrusive small (removable) adverts on your screen that allow you to generate XCV as you surf the web, a private messaging system for the Causevest community and the ability to vote for good causes  that you find online and want the network to support. 

With this extension, you can passively generate income that you can then use to support a cause you care about, check out what other causes are being voted upon and keep up with the Causevest community.

We believe in the privacy of our users, we only track what you actively send us. Your votes and messages are secure.                    

확장 프로그램 기본 정보

이름 Causevest Causevest
ID igehbeljkmenapfkfggdldhodknekipl
공식 URL https://chromewebstore.google.com/detail/causevest/igehbeljkmenapfkfggdldhodknekipl
설명 The Causevest Network is a suit of fintech for good products designed to help you generate wealth and support good causes at the…
파일 크기 1.17 MB
설치 횟수 39
현재 버전 1.82
최근 업데이트 2024-02-08
출시 날짜 2020-08-04
평점 5.00/5 총 4 개의 평점
개발자 Causevest
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://xcvesting.io/
개인정보 보호 정책 페이지 URL https://www.termsfeed.com/live/c7c15a03-91e0-45cc-8683-ccc06ba637e7
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "Key": "AIzaSyAbi5Cpno5RZr17J2uq_FVvns9rmVFuVIg",
    "name": "Causevest",
    "description": "",
    "version": "1.82",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/scripts\/layers\/background\/mainBackgroundScript.js",
        "type": "module"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "2c1f9838776b7396d17699f3060cc2a146b4925c@temporary-addon"
        }
    },
    "oauth2": {
        "client_id": "51533759264-ilk0ur8uoivcv3dgbo01fd0ap5js2c44.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/mainIco16.png",
            "24": "\/icons\/mainIco24.png",
            "32": "\/icons\/mainIco32.png",
            "48": "\/icons\/mainIco48.png",
            "128": "\/icons\/mainIco128.png"
        },
        "default_popup": "..\/pages\/mainPopup.html"
    },
    "icons": {
        "16": "\/icons\/mainIco16.png",
        "24": "\/icons\/mainIco24.png",
        "32": "\/icons\/mainIco32.png",
        "48": "\/icons\/mainIco48.png",
        "128": "\/icons\/mainIco128.png"
    },
    "options_page": "..\/pages\/main.html",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "cookies",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/*",
        "https:\/\/www.facebook.com\/",
        "https:\/\/graph.facebook.com\/",
        "http:\/\/localhost\/*",
        "https:\/\/ext.causevest.io\/api\/",
        "https:\/\/www.facebook.com\/dialog\/oauth",
        "https:\/\/graph.facebook.com\/oauth\/access_token",
        "https:\/\/www.facebook.com\/",
        "https:\/\/t2.gstatic.com\/faviconV2",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/accounts.google.com\/",
        "https:\/\/*.googleusercontent.com\/",
        "https:\/\/*.chromiumapp.org\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/v2\/auth",
        "*:\/\/*.google.com\/*",
        "*:\/\/domain\/*",
        ""
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "https:\/\/p391877.clksite.com\/adServe\/banners?tid=391877_769714_0",
                "https:\/\/prettyspeech.gf-soft.com\/ads.html",
                "styles\/ads\/ads-style.css",
                "icons\/Close-X.png",
                "scripts\/layers\/content\/resizer.js",
                "pages\/main.html",
                "styles\/common\/themes\/ads\/blue.css",
                "styles\/common\/themes\/ads\/coral.css",
                "styles\/common\/themes\/ads\/lilac.css",
                "styles\/common\/themes\/ads\/yellow.css",
                "styles\/common\/Roboto.css",
                "fonts\/Roboto\/roboto-v20-latin-regular.woff",
                "fonts\/Roboto\/roboto-v20-latin-regular.ttf",
                "fonts\/Roboto\/roboto-v20-latin-regular.woff2",
                "fonts\/Roboto\/roboto-v20-latin-regular.svg",
                "fonts\/Roboto\/roboto-v20-latin-regular.eot"
            ],
            "content_scripts": [
                {
                    "matches": [
                        "*:\/\/*\/*",
                        "",
                        "*:\/\/*.mozilla.org\/*"
                    ],
                    "exclude_matches": [
                        "*:\/\/developer.mozilla.org\/*"
                    ],
                    "js": [
                        "scripts\/layers\/content\/mainContentScript.js",
                        "scripts\/layers\/background\/mainBackgroundScript.js",
                        "scripts\/pageScripts\/login-register\/sign-in-sign-up.js"
                    ]
                }
            ],
            "matches": [
                ""
            ],
            "extension_ids": [],
            "content_security_policy": {
                "extension_pages": "script-src 'self'; object-src 'self' 'unsafe-eval'",
                "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
            }
        }
    ]
}