Favicon Detector

A simple way to detect website icons.

What is Favicon Detector?

Favicon Detector is a Chrome extension developed by https://blackglory.me, and its main feature is "A simple way to detect website icons.".

Extension Screenshots

screenshot
screenshot

Download Favicon Detector Extension CRX File

Download Favicon Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Click the extension button to detect current website's icons.

Support:
- Favicon
- Icon
- Apple Touch Icon
- msapplication-TileImage
- msapplication-config
- Web App Manifest
- Fluid Icon
- Mask Icon

Github: https://github.com/BlackGlory/favicon-detector                    

Extension Basic Information

Name Favicon Detector Favicon Detector
ID jlfeffjhgmgblofcgpbgpkkhfniipejm
Official URL https://chromewebstore.google.com/detail/favicon-detector/jlfeffjhgmgblofcgpbgpkkhfniipejm
Description A simple way to detect website icons.
File Size 1.98 MB
Installation Count 4,000
Current Version 4.1.2
Last Updated 2023-12-22
Publish Date 2019-05-31
Rating 4.82/5 Total 11 Ratings
Developer https://blackglory.me
Email [email protected]
Payment Type free
Extension Website https://github.com/BlackGlory/favicon-detector
Help Page URL https://github.com/BlackGlory/favicon-detector/issues
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "BlackGlory",
    "version": "4.1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "48": "assets\/images\/icon-48.png",
        "64": "assets\/images\/icon-64.png",
        "128": "assets\/images\/icon-128.png"
    },
    "action": {
        "default_title": "__MSG_extensionBrowserActionTitle__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/icon-16.png",
            "32": "assets\/images\/icon-32.png",
            "48": "assets\/images\/icon-48.png",
            "64": "assets\/images\/icon-64.png",
            "128": "assets\/images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}