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.
Wat is Bing Redirect - Prank?
Bing Redirect - Prank is een Chrome-extensie ontwikkeld door Hayden Pott, en de belangrijkste functie is "This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bing Redirect - Prank
Download Bing Redirect - Prank-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bing Redirect - Prank |
ID | bgaknhapljomjlbnocgmgppajicjmdna |
Officiële URL | https://chromewebstore.google.com/detail/bing-redirect-prank/bgaknhapljomjlbnocgmgppajicjmdna |
Beschrijving | This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search. |
Bestandsgrootte | 284 KB |
Aantal Installaties | 55 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2019-10-09 |
Publicatiedatum | 2019-10-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Hayden Pott |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |