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.
什麼是Bing Redirect - Prank?
Bing Redirect - Prank是由Hayden Pott開發的Chrome擴展程式,該擴展的主要功能是“This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.”。
擴展截圖
下載Bing Redirect - Prank擴展crx文件
下載Bing Redirect - Prank擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Bing Redirect - Prank |
ID | bgaknhapljomjlbnocgmgppajicjmdna |
官方網址 | https://chromewebstore.google.com/detail/bing-redirect-prank/bgaknhapljomjlbnocgmgppajicjmdna |
簡介 | This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search. |
檔案大小 | 284 KB |
安裝次數 | 55 |
目前版本 | 1.3 |
更新時間 | 2019-10-09 |
上架時間 | 2019-10-09 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Hayden Pott |
付費類型 | free |
支援的語言 | 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" } } |