Kalpana Karala

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

Co je Kalpana Karala?

Kalpana Karala je rozšíření Chrome vyvinuté Chethiya Kusal, a jeho hlavní funkcí je „This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Kalpana Karala

Stáhněte si soubory rozšíření Kalpana Karala ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Kalpana Karala Kalpana Karala
ID ldfbffgeoopikoigpgjfjdammhpcplch
Oficiální URL https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch
Popis This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
Velikost souboru 306 KB
Počet instalací 57
Aktuální Verze 1.1.5
Poslední Aktualizace 2023-08-11
Datum Vydání 2023-02-09
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Chethiya Kusal
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://uvindubro.me/kalpana/
URL Stránky Nápovědy https://github.com/ChethiyaKD
URL Stránky Zásad Ochrany Soukromí https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}