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.
Cos'è Bing Redirect - Prank?
Bing Redirect - Prank è un'estensione di Chrome sviluppata da Hayden Pott, e la sua funzione principale è "This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bing Redirect - Prank
Scarica i file di estensione Bing Redirect - Prank in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Bing Redirect - Prank |
ID | bgaknhapljomjlbnocgmgppajicjmdna |
URL Ufficiale | https://chromewebstore.google.com/detail/bing-redirect-prank/bgaknhapljomjlbnocgmgppajicjmdna |
Descrizione | This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search. |
Dimensione del File | 284 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2019-10-09 |
Data di Pubblicazione | 2019-10-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Hayden Pott |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |