Pineapple Search for Google
Removes the old Google logo and replaces it with a brand new Pineapple logo!
Vad är Pineapple Search for Google?
Pineapple Search for Google är en Chrome-tillägg utvecklad av 0x46697265, och dess huvudfunktion är "Removes the old Google logo and replaces it with a brand new Pineapple logo!".
Tilläggsskärmbilder
Ladda ner Pineapple Search for Google-förlängningens CRX-fil
Ladda ner Pineapple Search for Google-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | hihanncnceibcfamkfgaphappbjifghk |
Officiell webbadress | https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk |
Beskrivning | Removes the old Google logo and replaces it with a brand new Pineapple logo! |
Filstorlek | 10.17 KB |
Antal Installationer | 44 |
Aktuell Version | 3 |
Senast Uppdaterad | 2018-12-04 |
Publiceringsdatum | 2018-12-04 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | 0x46697265 |
Betalningssätt | free |
Stödda Språk | 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 } |