Pineapple Search for Google

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

Qu'est-ce que Pineapple Search for Google ?

Pineapple Search for Google est une extension Chrome développée par 0x46697265, et sa fonction principale est "Removes the old Google logo and replaces it with a brand new Pineapple logo!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pineapple Search for Google

Téléchargez les fichiers d'extension Pineapple Search for Google au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pineapple Search for Google Pineapple Search for Google
ID hihanncnceibcfamkfgaphappbjifghk
URL Officiel https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk
Description Removes the old Google logo and replaces it with a brand new Pineapple logo!
Taille du Fichier 10.17 KB
Nombre d'Installations 44
Version Actuelle 3
Dernière Mise à Jour 2018-12-04
Date de Publication 2018-12-04
Évaluation 3.00/5 Total 4 Évaluations
Développeur 0x46697265
Type de Paiement free
Langues Prises en Charge 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
}