Pineapple Search for Google
Removes the old Google logo and replaces it with a brand new Pineapple logo!
Co je Pineapple Search for Google?
Pineapple Search for Google je rozšíření Chrome vyvinuté 0x46697265, a jeho hlavní funkcí je „Removes the old Google logo and replaces it with a brand new Pineapple logo!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pineapple Search for Google
Stáhněte si soubory rozšíření Pineapple Search for Google ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hihanncnceibcfamkfgaphappbjifghk |
Oficiální URL | https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk |
Popis | Removes the old Google logo and replaces it with a brand new Pineapple logo! |
Velikost souboru | 10.17 KB |
Počet instalací | 44 |
Aktuální Verze | 3 |
Poslední Aktualizace | 2018-12-04 |
Datum Vydání | 2018-12-04 |
Hodnocení | 3.00/5 Celkem 4 Hodnocení |
Vývojář | 0x46697265 |
Typ Platby | free |
Podporované Jazyky | 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 } |