Pineapple Search for Google

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

什么是Pineapple Search for Google?

Pineapple Search for Google是由0x46697265开发的Chrome扩展程序,该扩展的主要功能是“Removes the old Google logo and replaces it with a brand new Pineapple logo!”。

扩展截图

screenshot

下载Pineapple Search for Google扩展crx文件

下载Pineapple Search for Google扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Pineapple Search for Google Pineapple Search for Google
ID hihanncnceibcfamkfgaphappbjifghk
官方URL https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk
简介 Removes the old Google logo and replaces it with a brand new Pineapple logo!
文件大小 10.17 KB
安装次数 44
当前版本 3
更新时间 2018-12-04
上架时间 2018-12-04
评分 3.00/5 共4次评分
开发者 0x46697265
付费类型 free
支持的语言 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
}