Stop Tab Title Flashing

Keep tab titles from flashing.

What is Stop Tab Title Flashing?

Stop Tab Title Flashing is a Chrome extension developed by Got Users, and its main feature is "Keep tab titles from flashing.".

Extension Screenshots

screenshot

Download Stop Tab Title Flashing Extension CRX File

Download Stop Tab Title Flashing 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

                        Keep sites like Facebook, Twitter, Intercom, etc. from distracting you with flashing tab titles whenever you get a notification. Stay focused on what's important.

Github: https://github.com/akingabramson/stop_tab_title_flashing                    

Extension Basic Information

Name Stop Tab Title Flashing Stop Tab Title Flashing
ID ahfalggielbibhgnlcighbmikbldibol
Official URL https://chromewebstore.google.com/detail/stop-tab-title-flashing/ahfalggielbibhgnlcighbmikbldibol
Description Keep tab titles from flashing.
File Size 20.11 KB
Installation Count 429
Current Version 0.0.1
Last Updated 2020-12-21
Publish Date 2020-12-21
Rating 4.55/5 Total 11 Ratings
Developer Got Users
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Tab Title Flashing",
    "version": "0.0.1",
    "description": "Keep tab titles from flashing.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "stop_tab_flashing.js"
            ]
        }
    ]
}