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 } |