Pineapple Search for Google

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

Apa itu Pineapple Search for Google?

Pineapple Search for Google adalah ekstensi Chrome yang dikembangkan oleh 0x46697265, dan fitur utamanya adalah "Removes the old Google logo and replaces it with a brand new Pineapple logo!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pineapple Search for Google

Unduh file ekstensi Pineapple Search for Google dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pineapple Search for Google Pineapple Search for Google
ID hihanncnceibcfamkfgaphappbjifghk
URL Resmi https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk
Deskripsi Removes the old Google logo and replaces it with a brand new Pineapple logo!
Ukuran File 10.17 KB
Jumlah Instalasi 44
Versi Saat Ini 3
Terakhir Diperbarui 2018-12-04
Tanggal Publikasi 2018-12-04
Penilaian 3.00/5 Total 4 Penilaian
Pengembang 0x46697265
Tipe Pembayaran free
Bahasa yang Didukung 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
}