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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |