Kalpana Karala
This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
Was ist Kalpana Karala?
Kalpana Karala ist eine Chrome-Erweiterung, die von Chethiya Kusal entwickelt wurde, und ihr Hauptmerkmal ist "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/".
Erweiterungsscreenshots
Kalpana Karala-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kalpana Karala-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | ldfbffgeoopikoigpgjfjdammhpcplch |
Offizielle URL | https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch |
Beschreibung | This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/ |
Dateigröße | 306 KB |
Installationsanzahl | 57 |
Aktuelle Version | 1.1.5 |
Letztes Update | 2023-08-11 |
Veröffentlichungsdatum | 2023-02-09 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Chethiya Kusal |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://uvindubro.me/kalpana/ |
Hilfeseite URL | https://github.com/ChethiyaKD |
URL der Datenschutzrichtlinien-Seite | https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md |
Unterstützte Sprachen | 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": [ " |