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!”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | hihanncnceibcfamkfgaphappbjifghk |
官方網址 | 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 } |