Pineapple Search for Google
Removes the old Google logo and replaces it with a brand new Pineapple logo!
What is Pineapple Search for Google?
Pineapple Search for Google is a Chrome extension developed by 0x46697265, and its main feature is "Removes the old Google logo and replaces it with a brand new Pineapple logo!".
Extension Screenshots
Download Pineapple Search for Google Extension CRX File
Download Pineapple Search for Google extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hihanncnceibcfamkfgaphappbjifghk |
Official URL | 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! |
File Size | 10.17 KB |
Installation Count | 44 |
Current Version | 3 |
Last Updated | 2018-12-04 |
Publish Date | 2018-12-04 |
Rating | 3.00/5 Total 4 Ratings |
Developer | 0x46697265 |
Payment Type | free |
Supported Languages | 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 } |