Kalpana Karala
This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
Co to jest Kalpana Karala?
Kalpana Karala to rozszerzenie Chrome opracowane przez Chethiya Kusal, a jego główną funkcją jest „This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kalpana Karala
Pobierz pliki rozszerzeń Kalpana Karala w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ldfbffgeoopikoigpgjfjdammhpcplch |
Oficjalny URL | https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch |
Opis | This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/ |
Rozmiar pliku | 306 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 1.1.5 |
Ostatnia Aktualizacja | 2023-08-11 |
Data Publikacji | 2023-02-09 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Chethiya Kusal |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://uvindubro.me/kalpana/ |
Adres URL Strony Pomocy | https://github.com/ChethiyaKD |
Adres URL Strony Polityki Prywatności | https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md |
Obsługiwane Języki | 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": [ " |