Pineapple Search for Google

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

Wat is Pineapple Search for Google?

Pineapple Search for Google is een Chrome-extensie ontwikkeld door 0x46697265, en de belangrijkste functie is "Removes the old Google logo and replaces it with a brand new Pineapple logo!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pineapple Search for Google

Download Pineapple Search for Google-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pineapple Search for Google Pineapple Search for Google
ID hihanncnceibcfamkfgaphappbjifghk
Officiële URL https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk
Beschrijving Removes the old Google logo and replaces it with a brand new Pineapple logo!
Bestandsgrootte 10.17 KB
Aantal Installaties 44
Huidige Versie 3
Laatst Bijgewerkt 2018-12-04
Publicatiedatum 2018-12-04
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar 0x46697265
Betalingswijze free
Ondersteunde Talen 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
}