Pineapple Search for Google

Removes the old Google logo and replaces it with a brand new Pineapple logo!

Was ist Pineapple Search for Google?

Pineapple Search for Google ist eine Chrome-Erweiterung, die von 0x46697265 entwickelt wurde, und ihr Hauptmerkmal ist "Removes the old Google logo and replaces it with a brand new Pineapple logo!".

Erweiterungsscreenshots

screenshot

Pineapple Search for Google-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pineapple Search for Google-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This AMAZING extention unlocks a SECRET mode for Google! Pineapple Mode! Enjoy a better Google logo, with updates coming to make this app even better. Install for loads of fun for you and your friends asking how you did it.                    

Grundlegende Informationen zur Erweiterung

Name Pineapple Search for Google Pineapple Search for Google
ID hihanncnceibcfamkfgaphappbjifghk
Offizielle URL https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk
Beschreibung Removes the old Google logo and replaces it with a brand new Pineapple logo!
Dateigröße 10.17 KB
Installationsanzahl 44
Aktuelle Version 3
Letztes Update 2018-12-04
Veröffentlichungsdatum 2018-12-04
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler 0x46697265
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pineapple Search for Google",
    "description": "Removes the old Google logo and replaces it with a brand new Pineapple logo!",
    "version": "3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "pineapple.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "pineapple.svg"
    ],
    "icons": {
        "16": "pineapple16.png",
        "48": "pineapple48.png",
        "128": "pineapple128.png"
    },
    "manifest_version": 2
}