Kalpana Karala

This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/

What is Kalpana Karala?

Kalpana Karala is a Chrome extension developed by Chethiya Kusal, and its main feature is "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/".

Extension Screenshots

screenshot

Download Kalpana Karala Extension CRX File

Download Kalpana Karala extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Kalpana Karala Kalpana Karala
ID ldfbffgeoopikoigpgjfjdammhpcplch
Official URL 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/
File Size 306 KB
Installation Count 57
Current Version 1.1.5
Last Updated 2023-08-11
Publish Date 2023-02-09
Rating 5.00/5 Total 3 Ratings
Developer Chethiya Kusal
Email [email protected]
Payment Type free
Extension Website https://uvindubro.me/kalpana/
Help Page URL https://github.com/ChethiyaKD
Privacy Policy Page URL https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md
Supported Languages 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": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}