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.

What is Bing Redirect - Prank?

Bing Redirect - Prank is a Chrome extension developed by Hayden Pott, and its main feature is "This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.".

Extension Screenshots

Download Bing Redirect - Prank Extension CRX File

Download Bing Redirect - Prank extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bing Redirect - Prank Bing Redirect - Prank
ID bgaknhapljomjlbnocgmgppajicjmdna
Official URL https://chromewebstore.google.com/detail/bing-redirect-prank/bgaknhapljomjlbnocgmgppajicjmdna
Description This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.
File Size 284 KB
Installation Count 55
Current Version 1.3
Last Updated 2019-10-09
Publish Date 2019-10-09
Rating 5.00/5 Total 1 Ratings
Developer Hayden Pott
Payment Type free
Supported Languages 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"
    }
}