Pineapple Search for Google
Removes the old Google logo and replaces it with a brand new Pineapple logo!
Pineapple Search for Google là gì?
Pineapple Search for Google là một tiện ích mở rộng Chrome được phát triển bởi 0x46697265, và tính năng chính của nó là "Removes the old Google logo and replaces it with a brand new Pineapple logo!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pineapple Search for Google
Tải xuống các tệp mở rộng Pineapple Search for Google dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hihanncnceibcfamkfgaphappbjifghk |
URL Chính Thức | https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk |
Mô tả | Removes the old Google logo and replaces it with a brand new Pineapple logo! |
Kích Thước Tệp | 10.17 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 3 |
Cập Nhật Lần Cuối | 2018-12-04 |
Ngày Phát Hành | 2018-12-04 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | 0x46697265 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |