WebExtension.net
WebExtension.net

Desaturate Favicons

View on Chrome Web Store
View Desaturate Favicons Chrome Extension on Chrome Web Store
4.2 (17 ratings)

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

Desaturate the favicons of all inactive tabs.
Type
Extension
Users
1,000 users
Adam Schwartz
View author page of Adam Schwartz
Published
Published on April 15, 2014
Version 0.5
Manifest version
3
Updated
Updated on May 28, 2024
View on Chrome Web Store
View Desaturate Favicons Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Desaturate Favicons",
    "description": "Desaturate the favicons of all inactive tabs.",
    "version": "0.5",
    "permissions": [
        "favicon"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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