Kalpana Karala

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

Wat is Kalpana Karala?

Kalpana Karala is een Chrome-extensie ontwikkeld door Chethiya Kusal, en de belangrijkste functie is "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Kalpana Karala

Download Kalpana Karala-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Kalpana Karala Kalpana Karala
ID ldfbffgeoopikoigpgjfjdammhpcplch
Officiële URL https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch
Beschrijving This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
Bestandsgrootte 306 KB
Aantal Installaties 57
Huidige Versie 1.1.5
Laatst Bijgewerkt 2023-08-11
Publicatiedatum 2023-02-09
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Chethiya Kusal
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://uvindubro.me/kalpana/
Help Pagina-URL https://github.com/ChethiyaKD
URL van de Privacybeleid Pagina https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}