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はHayden Pottによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード

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"
    }
}