WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
History AutoDelete - Tabbee

History AutoDelete - Tabbee

View on Chrome Web Store
View History AutoDelete - Tabbee Chrome Extension on Chrome Web Store
Add to bookmarks
1.0 (2 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Easily automate the deletion of your browser history and cookies. Protect your privacy and enhance your browsing experience.
Type
Extension
Users
93 users
3
cleanslate
View author page of cleanslate
Published
Published on October 30, 2024
Version 1.2
Manifest version
3
Updated
Updated on November 5, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View History AutoDelete - Tabbee Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "permissions": [
        "browsingData",
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/chrome-extesions.com\/*"
    ],
    "action": {
        "default_popup": "src\/html\/popup.html",
        "default_icon": {
            "16": "assets\/images\/16.png",
            "24": "assets\/images\/24.png",
            "32": "assets\/images\/32.png",
            "48": "assets\/images\/48.png",
            "64": "assets\/images\/64.png",
            "128": "assets\/images\/128.png"
        }
    },
    "background": {
        "service_worker": "src\/js\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/images\/16.png",
        "24": "assets\/images\/24.png",
        "32": "assets\/images\/32.png",
        "48": "assets\/images\/48.png",
        "64": "assets\/images\/64.png",
        "128": "assets\/images\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/css\/tailwind.min.css",
                "src\/css\/all.min.css",
                "src\/js\/popup.js",
                "src\/js\/background.js",
                "src\/html\/thank_you.html",
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/cdnjs.cloudflare.com; font-src 'self' https:\/\/cdnjs.cloudflare.com;"
    }
}
© 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.
Go to top