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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hayden Pott, και η κύρια λειτουργία του είναι "This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bing Redirect - Prank
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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" } } |