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