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.
O que é Bing Redirect - Prank?
Bing Redirect - Prank é uma extensão do Chrome desenvolvida por Hayden Pott, e sua principal característica é "This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bing Redirect - Prank
Baixe arquivos de extensão Bing Redirect - Prank no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Bing Redirect - Prank |
ID | bgaknhapljomjlbnocgmgppajicjmdna |
URL Oficial | https://chromewebstore.google.com/detail/bing-redirect-prank/bgaknhapljomjlbnocgmgppajicjmdna |
Descrição | This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search. |
Tamanho do Arquivo | 284 KB |
Contagem de Instalações | 55 |
Versão Atual | 1.3 |
Última Atualização | 2019-10-09 |
Data de Publicação | 2019-10-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Hayden Pott |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |