Pineapple Search for Google
Removes the old Google logo and replaces it with a brand new Pineapple logo!
Что такое Pineapple Search for Google?
Pineapple Search for Google - это расширение Chrome, разработанное 0x46697265, и его основная функция - "Removes the old Google logo and replaces it with a brand new Pineapple logo!".
Снимки экрана расширения
Скачать файл CRX расширения Pineapple Search for Google
Скачайте файлы расширений Pineapple Search for Google в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | hihanncnceibcfamkfgaphappbjifghk |
Официальный URL | https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk |
Описание | Removes the old Google logo and replaces it with a brand new Pineapple logo! |
Размер файла | 10.17 KB |
Количество установок | 44 |
Текущая Версия | 3 |
Последнее Обновление | 2018-12-04 |
Дата публикации | 2018-12-04 |
Рейтинг | 3.00/5 Всего 4 оценок |
Разработчик | 0x46697265 |
Тип оплаты | free |
Поддерживаемые языки | 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 } |