Kalpana Karala
This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
O que é Kalpana Karala?
Kalpana Karala é uma extensão do Chrome desenvolvida por Chethiya Kusal, e sua principal característica é "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kalpana Karala
Baixe arquivos de extensão Kalpana Karala no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | |
ID | ldfbffgeoopikoigpgjfjdammhpcplch |
URL Oficial | https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch |
Descrição | This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/ |
Tamanho do Arquivo | 306 KB |
Contagem de Instalações | 57 |
Versão Atual | 1.1.5 |
Última Atualização | 2023-08-11 |
Data de Publicação | 2023-02-09 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Chethiya Kusal |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://uvindubro.me/kalpana/ |
URL da Página de Ajuda | https://github.com/ChethiyaKD |
URL da Página de Política de Privacidade | https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md |
Idiomas Suportados | 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": [ " |