Gener8

Be rewarded for your data while browsing free from intrusive ads and annoying cookie banners.

Gener8란 무엇입니까?

Gener8은(는) https://gener8ads.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be rewarded for your data while browsing free from intrusive ads and annoying cookie banners."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Gener8 extension empowers you to control and be rewarded for your data.

Simply add it to your browser, create an account, and select a mode of your choice: In 'Rewards mode,' you earn points by browsing the Internet as you usually would.

You can spend your Gener8 points on real-world rewards: exclusive deals, auctions, gift cards, free products, or even donate them to charity.

We also limit big tech from tracking you, reject annoying cookie banners, and block intrusive ads.

In Privacy Mode, you get all the benefits of Rewards Mode without earning points. Choose this mode if you'd like a completely private browsing experience.

The choice is yours.                    

확장 프로그램 기본 정보

이름 Gener8 Gener8
ID agplbamogoflhammoccnkehefjgkcncl
공식 URL https://chromewebstore.google.com/detail/gener8/agplbamogoflhammoccnkehefjgkcncl
설명 Be rewarded for your data while browsing free from intrusive ads and annoying cookie banners.
파일 크기 1.4 MB
설치 횟수 48,144
현재 버전 2.7.2
최근 업데이트 2023-07-20
출시 날짜 2022-06-16
평점 4.59/5 총 757 개의 평점
개발자 https://gener8ads.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gener8ads.com/
도움말 페이지 URL https://help.gener8ads.com/faqs
개인정보 보호 정책 페이지 URL https://gener8ads.com/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gener8",
    "author": "Gener8",
    "description": "Be rewarded for your data while browsing free from intrusive ads and annoying cookie banners.",
    "manifest_version": 2,
    "version": "2.7.2",
    "homepage_url": "https:\/\/gener8ads.com",
    "icons": {
        "16": "src\/ui\/assets\/img\/icon16.png",
        "48": "src\/ui\/assets\/img\/icon48.png",
        "128": "src\/ui\/assets\/img\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "history"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "persistent": true,
        "scripts": [
            "dist\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Gener8",
        "default_popup": "dist\/ui\/index.html"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "dist\/content-script.js"
            ],
            "css": [
                "dist\/ui\/styles\/injected.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/dist\/*.png",
        "\/dist\/*.svg",
        "\/dist\/*.css",
        "\/dist\/*.woff",
        "\/dist\/*.ttf"
    ]
}