Kalpana Karala
This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
ما هو Kalpana Karala؟
Kalpana Karala هو إضافة Chrome تم تطويرها بواسطة Chethiya Kusal، والميزة الرئيسية لها هي "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kalpana Karala
قم بتنزيل ملفات الامتداد Kalpana Karala بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This will change Google Logo in Google search page, and "Search" button text to "බලන්න" and "I'm feeling lucky" button text to "නැද්ද හා". It is suitable as a funny prank for your friend. Inspiration: https://uvindubro.me/kalpana/
معلومات أساسية عن التمديد
الاسم | |
ID | ldfbffgeoopikoigpgjfjdammhpcplch |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch |
الوصف | This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/ |
حجم الملف | 306 KB |
عدد التثبيتات | 57 |
النسخة الحالية | 1.1.5 |
آخر تحديث | 2023-08-11 |
تاريخ النشر | 2023-02-09 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Chethiya Kusal |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://uvindubro.me/kalpana/ |
عنوان صفحة المساعدة | https://github.com/ChethiyaKD |
عنوان صفحة سياسة الخصوصية | https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kalpana Karala", "version": "1.1.5", "manifest_version": 3, "author": "Ishara Upulwan", "description": "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https:\/\/uvindubro.me\/kalpana\/", "homepage_url": "https:\/\/uvindubro.me\/kalpana\/", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.google.lk\/*" ], "js": [ "js\/textAnim.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.google.lk\/*" ], "js": [ "js\/content_script.js" ], "css": [ "css\/content.css" ] } ], "background": { "service_worker": "js\/service_worker.js" }, "host_permissions": [ " |