Kalpana Karala
This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
Qu'est-ce que Kalpana Karala ?
Kalpana Karala est une extension Chrome développée par Chethiya Kusal, et sa fonction principale est "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kalpana Karala
Téléchargez les fichiers d'extension Kalpana Karala au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | ldfbffgeoopikoigpgjfjdammhpcplch |
URL Officiel | https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch |
Description | This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/ |
Taille du Fichier | 306 KB |
Nombre d'Installations | 57 |
Version Actuelle | 1.1.5 |
Dernière Mise à Jour | 2023-08-11 |
Date de Publication | 2023-02-09 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Chethiya Kusal |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://uvindubro.me/kalpana/ |
URL de la Page d'Aide | https://github.com/ChethiyaKD |
URL de la Page de Politique de Confidentialité | https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md |
Langues Prises en Charge | 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": [ " |