WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Tenere

Tenere

View on Chrome Web Store
4.7 (39 ratings)
1 new ratings
2 views

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically apply coupon codes when you shop and plant trees on your behalf.
Type
Extension
Users
1,000 users
1M
Website tenereteam.com
admin
Featured Extension

Hand-picked for quality and usefulness

Published
Version 2.0.5
Manifest version
3
Updated
lifestyle/shopping
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "2.0.5",
    "icons": {
        "16": "assets\/icon\/icon_color_16.png",
        "48": "assets\/icon\/icon_color_48.png",
        "128": "assets\/icon\/icon_color_128.png"
    },
    "action": {
        "default_title": "Tenere",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "assets\/icon\/icon_24.png",
            "48": "assets\/icon\/icon_33.png"
        }
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "isolated_world": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/*",
                "assets\/*",
                "contentScript\/*.css",
                "*.png",
                "*.ttf",
                "*.otf"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.