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.

Qu'est-ce que Bing Redirect - Prank ?

Bing Redirect - Prank est une extension Chrome développée par Hayden Pott, et sa fonction principale est "This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Bing Redirect - Prank

Téléchargez les fichiers d'extension Bing Redirect - Prank au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bing Redirect - Prank Bing Redirect - Prank
ID bgaknhapljomjlbnocgmgppajicjmdna
URL Officiel 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.
Taille du Fichier 284 KB
Nombre d'Installations 55
Version Actuelle 1.3
Dernière Mise à Jour 2019-10-09
Date de Publication 2019-10-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur Hayden Pott
Type de Paiement free
Langues Prises en Charge 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"
    }
}