Bing Redirect - Prank

This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.

Что такое Bing Redirect - Prank?

Bing Redirect - Prank - это расширение Chrome, разработанное Hayden Pott, и его основная функция - "This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.".

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

Скачать файл CRX расширения Bing Redirect - Prank

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

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

                        This extension is based around causing harmless fun with your friends.  It will redirect any Google search to the second page of the Bing search for that same result.  You can escape this by adding "\g" to the end of your search result.                    

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

Название Bing Redirect - Prank Bing Redirect - Prank
ID bgaknhapljomjlbnocgmgppajicjmdna
Официальный URL https://chromewebstore.google.com/detail/bing-redirect-prank/bgaknhapljomjlbnocgmgppajicjmdna
Описание This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.
Размер файла 284 KB
Количество установок 55
Текущая Версия 1.3
Последнее Обновление 2019-10-09
Дата публикации 2019-10-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Hayden Pott
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bing Redirect - Prank",
    "version": "1.3",
    "description": "This is an extension based around pranking your friends.  You can escape it by typing '\\g' at the end of your search.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    }
}