Google Logo Replacement Extension

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

Vad är Google Logo Replacement Extension?

Google Logo Replacement Extension är en Chrome-tillägg utvecklad av mackayapps858, och dess huvudfunktion är "This extension will replace the new Google logo and favicon with the old ones.".

Tilläggsskärmbilder

screenshot

Ladda ner Google Logo Replacement Extension-förlängningens CRX-fil

Ladda ner Google Logo Replacement Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
Officiell webbadress https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
Beskrivning This extension will replace the new Google logo and favicon with the old ones.
Filstorlek 4.89 KB
Antal Installationer 495
Aktuell Version 1.0
Senast Uppdaterad 2015-09-05
Publiceringsdatum 2015-09-05
Betyg 1.75/5 Totalt 12 Betyg
Utvecklare mackayapps858
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}