Kalpana Karala
This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
Cos'è Kalpana Karala?
Kalpana Karala è un'estensione di Chrome sviluppata da Chethiya Kusal, e la sua funzione principale è "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kalpana Karala
Scarica i file di estensione Kalpana Karala in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | ldfbffgeoopikoigpgjfjdammhpcplch |
URL Ufficiale | https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch |
Descrizione | This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/ |
Dimensione del File | 306 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.1.5 |
Ultimo Aggiornamento | 2023-08-11 |
Data di Pubblicazione | 2023-02-09 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Chethiya Kusal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://uvindubro.me/kalpana/ |
URL della Pagina di Aiuto | https://github.com/ChethiyaKD |
URL della Pagina della Politica sulla Privacy | https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md |
Lingue Supportate | 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": [ " |