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ファイルをダウンロード

Gener8拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}