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.
Was ist Bing Redirect - Prank?
Bing Redirect - Prank ist eine Chrome-Erweiterung, die von Hayden Pott entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.".
Erweiterungsscreenshots
Bing Redirect - Prank-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bing Redirect - Prank-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Bing Redirect - Prank |
ID | bgaknhapljomjlbnocgmgppajicjmdna |
Offizielle URL | https://chromewebstore.google.com/detail/bing-redirect-prank/bgaknhapljomjlbnocgmgppajicjmdna |
Beschreibung | This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search. |
Dateigröße | 284 KB |
Installationsanzahl | 55 |
Aktuelle Version | 1.3 |
Letztes Update | 2019-10-09 |
Veröffentlichungsdatum | 2019-10-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Hayden Pott |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |