Kalpana Karala

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

Apa itu Kalpana Karala?

Kalpana Karala adalah ekstensi Chrome yang dikembangkan oleh Chethiya Kusal, dan fitur utamanya adalah "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Kalpana Karala

Unduh file ekstensi Kalpana Karala dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Kalpana Karala Kalpana Karala
ID ldfbffgeoopikoigpgjfjdammhpcplch
URL Resmi https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch
Deskripsi This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
Ukuran File 306 KB
Jumlah Instalasi 57
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2023-08-11
Tanggal Publikasi 2023-02-09
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Chethiya Kusal
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://uvindubro.me/kalpana/
URL Halaman Bantuan https://github.com/ChethiyaKD
URL Halaman Kebijakan Privasi https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}