Stop Tab Title Flashing

Keep tab titles from flashing.

Qu'est-ce que Stop Tab Title Flashing ?

Stop Tab Title Flashing est une extension Chrome développée par Got Users, et sa fonction principale est "Keep tab titles from flashing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stop Tab Title Flashing

Téléchargez les fichiers d'extension Stop Tab Title Flashing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Stop Tab Title Flashing Stop Tab Title Flashing
ID ahfalggielbibhgnlcighbmikbldibol
URL Officiel https://chromewebstore.google.com/detail/stop-tab-title-flashing/ahfalggielbibhgnlcighbmikbldibol
Description Keep tab titles from flashing.
Taille du Fichier 20.11 KB
Nombre d'Installations 429
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-12-21
Date de Publication 2020-12-21
Évaluation 4.55/5 Total 11 Évaluations
Développeur Got Users
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}