Google Logos Replacer

Replaces the new Google logos to the good-old logos.

Google Logos Replacer क्या है?

Google Logos Replacer nitayke द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the new Google logos to the good-old logos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Logos Replacer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Replaces the new Google logos to the good-old logos.                    

एक्सटेंशन की मूल जानकारी

नाम Google Logos Replacer Google Logos Replacer
ID jmccmkmijmeiaggajglfoigfhhcabhne
आधिकारिक URL https://chromewebstore.google.com/detail/google-logos-replacer/jmccmkmijmeiaggajglfoigfhhcabhne
विवरण Replaces the new Google logos to the good-old logos.
फ़ाइल का आकार 12.95 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-11-11
प्रकाशन तिथि 2020-11-06
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर nitayke
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Logos Replacer",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}