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.

Vad är Bing Redirect - Prank?

Bing Redirect - Prank är en Chrome-tillägg utvecklad av Hayden Pott, och dess huvudfunktion är "This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.".

Tilläggsskärmbilder

Ladda ner Bing Redirect - Prank-förlängningens CRX-fil

Ladda ner Bing Redirect - Prank-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bing Redirect - Prank Bing Redirect - Prank
ID bgaknhapljomjlbnocgmgppajicjmdna
Officiell webbadress https://chromewebstore.google.com/detail/bing-redirect-prank/bgaknhapljomjlbnocgmgppajicjmdna
Beskrivning This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.
Filstorlek 284 KB
Antal Installationer 55
Aktuell Version 1.3
Senast Uppdaterad 2019-10-09
Publiceringsdatum 2019-10-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Hayden Pott
Betalningssätt free
Stödda Språk 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"
    }
}