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.

Hvad er Bing Redirect - Prank?

Bing Redirect - Prank er en Chrome-udvidelse udviklet af Hayden Pott, og dens hovedfunktion er "This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.".

Udvidelsesskærmbilleder

Download Bing Redirect - Prank-udvidelses-CRX-fil

Download Bing Redirect - Prank-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Bing Redirect - Prank Bing Redirect - Prank
ID bgaknhapljomjlbnocgmgppajicjmdna
Officiel URL https://chromewebstore.google.com/detail/bing-redirect-prank/bgaknhapljomjlbnocgmgppajicjmdna
Beskrivelse This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.
Filstørrelse 284 KB
Antal Installationer 55
Nuværende Version 1.3
Senest Opdateret 2019-10-09
Udgivelsesdato 2019-10-09
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Hayden Pott
Betalingsmetode free
Understøttede Sprog 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"
    }
}