Pineapple Search for Google
Removes the old Google logo and replaces it with a brand new Pineapple logo!
Co to jest Pineapple Search for Google?
Pineapple Search for Google to rozszerzenie Chrome opracowane przez 0x46697265, a jego główną funkcją jest „Removes the old Google logo and replaces it with a brand new Pineapple logo!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pineapple Search for Google
Pobierz pliki rozszerzeń Pineapple Search for Google w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hihanncnceibcfamkfgaphappbjifghk |
Oficjalny URL | https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk |
Opis | Removes the old Google logo and replaces it with a brand new Pineapple logo! |
Rozmiar pliku | 10.17 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 3 |
Ostatnia Aktualizacja | 2018-12-04 |
Data Publikacji | 2018-12-04 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | 0x46697265 |
Typ Płatności | free |
Obsługiwane Języki | 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 } |