Kalpana Karala

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

Что такое Kalpana Karala?

Kalpana Karala - это расширение Chrome, разработанное Chethiya Kusal, и его основная функция - "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Kalpana Karala

Скачайте файлы расширений Kalpana Karala в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/                    

Основная информация о расширении

Название Kalpana Karala Kalpana Karala
ID ldfbffgeoopikoigpgjfjdammhpcplch
Официальный URL https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch
Описание This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
Размер файла 306 KB
Количество установок 57
Текущая Версия 1.1.5
Последнее Обновление 2023-08-11
Дата публикации 2023-02-09
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Chethiya Kusal
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://uvindubro.me/kalpana/
URL страницы помощи https://github.com/ChethiyaKD
URL страницы политики конфиденциальности https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}