Google Logo Replacement Extension

This extension will replace the new Google logo and favicon with the old ones.

Qu'est-ce que Google Logo Replacement Extension ?

Google Logo Replacement Extension est une extension Chrome développée par mackayapps858, et sa fonction principale est "This extension will replace the new Google logo and favicon with the old ones.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Logo Replacement Extension

Téléchargez les fichiers d'extension Google Logo Replacement Extension 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

                                            

Informations de Base sur l'Extension

Nom Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
URL Officiel https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
Description This extension will replace the new Google logo and favicon with the old ones.
Taille du Fichier 4.89 KB
Nombre d'Installations 495
Version Actuelle 1.0
Dernière Mise à Jour 2015-09-05
Date de Publication 2015-09-05
Évaluation 1.75/5 Total 12 Évaluations
Développeur mackayapps858
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Logo Replacement Extension",
    "description": "This extension will replace the new Google logo and favicon with the old ones.",
    "version": "1.0",
    "author": "Byron Mackay",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}