Stop Tab Title Flashing

Keep tab titles from flashing.

Wat is Stop Tab Title Flashing?

Stop Tab Title Flashing is een Chrome-extensie ontwikkeld door Got Users, en de belangrijkste functie is "Keep tab titles from flashing.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stop Tab Title Flashing

Download Stop Tab Title Flashing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Stop Tab Title Flashing Stop Tab Title Flashing
ID ahfalggielbibhgnlcighbmikbldibol
Officiële URL https://chromewebstore.google.com/detail/stop-tab-title-flashing/ahfalggielbibhgnlcighbmikbldibol
Beschrijving Keep tab titles from flashing.
Bestandsgrootte 20.11 KB
Aantal Installaties 429
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-12-21
Publicatiedatum 2020-12-21
Beoordeling 4.55/5 Totaal 11 Beoordelingen
Ontwikkelaar Got Users
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}