Pineapple Search for Google
Removes the old Google logo and replaces it with a brand new Pineapple logo!
O que é Pineapple Search for Google?
Pineapple Search for Google é uma extensão do Chrome desenvolvida por 0x46697265, e sua principal característica é "Removes the old Google logo and replaces it with a brand new Pineapple logo!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pineapple Search for Google
Baixe arquivos de extensão Pineapple Search for Google no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hihanncnceibcfamkfgaphappbjifghk |
URL Oficial | https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk |
Descrição | Removes the old Google logo and replaces it with a brand new Pineapple logo! |
Tamanho do Arquivo | 10.17 KB |
Contagem de Instalações | 44 |
Versão Atual | 3 |
Última Atualização | 2018-12-04 |
Data de Publicação | 2018-12-04 |
Classificação | 3.00/5 Total de 4 Avaliações |
Desenvolvedor | 0x46697265 |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |