Pineapple Search for Google

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

Hvad er Pineapple Search for Google?

Pineapple Search for Google er en Chrome-udvidelse udviklet af 0x46697265, og dens hovedfunktion er "Removes the old Google logo and replaces it with a brand new Pineapple logo!".

Udvidelsesskærmbilleder

screenshot

Download Pineapple Search for Google-udvidelses-CRX-fil

Download Pineapple Search for Google-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Pineapple Search for Google Pineapple Search for Google
ID hihanncnceibcfamkfgaphappbjifghk
Officiel URL https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk
Beskrivelse Removes the old Google logo and replaces it with a brand new Pineapple logo!
Filstørrelse 10.17 KB
Antal Installationer 44
Nuværende Version 3
Senest Opdateret 2018-12-04
Udgivelsesdato 2018-12-04
Bedømmelse 3.00/5 Samlet 4 Bedømmelser
Udvikler 0x46697265
Betalingsmetode free
Understøttede Sprog 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
}