Gener8

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

Gener8 क्या है?

Gener8 https://gener8ads.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be rewarded for your data while browsing free from intrusive ads and annoying cookie banners."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Gener8 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}