Kalpana Karala
This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
Hvad er Kalpana Karala?
Kalpana Karala er en Chrome-udvidelse udviklet af Chethiya Kusal, og dens hovedfunktion er "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/".
Udvidelsesskærmbilleder
Download Kalpana Karala-udvidelses-CRX-fil
Download Kalpana Karala-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ldfbffgeoopikoigpgjfjdammhpcplch |
Officiel URL | https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch |
Beskrivelse | This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/ |
Filstørrelse | 306 KB |
Antal Installationer | 57 |
Nuværende Version | 1.1.5 |
Senest Opdateret | 2023-08-11 |
Udgivelsesdato | 2023-02-09 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Chethiya Kusal |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://uvindubro.me/kalpana/ |
Hjælpeside-URL | https://github.com/ChethiyaKD |
URL til Fortrolighedspolitik Side | https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md |
Understøttede Sprog | 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": [ " |