BG3 Wiki Redirector
Redirects BG3 Fextralife requests to BG3 Wiki, as well as removes BG3 Fextralife Wiki search results from Google.
BG3 Wiki Redirector क्या है?
BG3 Wiki Redirector Kelsser Thiago द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects BG3 Fextralife requests to BG3 Wiki, as well as removes BG3 Fextralife Wiki search results from Google."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BG3 Wiki Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Redirects Baldur's Gate 3 Fextralife Wiki requests to BG3 Wiki, as well as removes Baldur's Gate 3 Fextralife Wiki search results from Google. Redirects Baldur's Gate 3 Fextralife Wiki (baldursgate3.wiki.fextralife.com) requests to BG3 Wiki (bg3.wiki) and adds an option to remove Baldur's Gate 3 Fextralife Wiki search results from Google search results.
एक्सटेंशन की मूल जानकारी
नाम | BG3 Wiki Redirector |
ID | cneoaeflopkdipcaiiojfenbcedebgei |
आधिकारिक URL | https://chromewebstore.google.com/detail/bg3-wiki-redirector/cneoaeflopkdipcaiiojfenbcedebgei |
विवरण | Redirects BG3 Fextralife requests to BG3 Wiki, as well as removes BG3 Fextralife Wiki search results from Google. |
फ़ाइल का आकार | 26.83 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-08-07 |
प्रकाशन तिथि | 2023-08-07 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Kelsser Thiago |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "BG3 Wiki Redirector" }, "author": "Kelsser", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "searchFilter.js" ], "matches": [ "https:\/\/www.google.com\/*", "https:\/\/www.google.co.jp\/*", "https:\/\/www.google.co.uk\/*", "https:\/\/www.google.es\/*", "https:\/\/www.google.ca\/*", "https:\/\/www.google.de\/*", "https:\/\/www.google.it\/*", "https:\/\/www.google.fr\/*", "https:\/\/www.google.com.au\/*", "https:\/\/www.google.com.tw\/*", "https:\/\/www.google.nl\/*", "https:\/\/www.google.com.br\/*", "https:\/\/www.google.com.tr\/*", "https:\/\/www.google.be\/*", "https:\/\/www.google.com.gr\/*", "https:\/\/www.google.co.in\/*", "https:\/\/www.google.com.mx\/*", "https:\/\/www.google.dk\/*", "https:\/\/www.google.com.ar\/*", "https:\/\/www.google.ch\/*", "https:\/\/www.google.cl\/*", "https:\/\/www.google.at\/*", "https:\/\/www.google.co.kr\/*", "https:\/\/www.google.ie\/*", "https:\/\/www.google.com.co\/*", "https:\/\/www.google.pl\/*", "https:\/\/www.google.pt\/*", "https:\/\/www.google.com.pk\/*" ], "run_at": "document_end" } ], "description": "Redirects BG3 Fextralife requests to BG3 Wiki, as well as removes BG3 Fextralife Wiki search results from Google.", "host_permissions": [ "*:\/\/baldursgate3.wiki.fextralife.com\/*" ], "icons": { "128": "icon128.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiT+iWto0vF3BYNwJsIQJgaoPWP\/CivrgNd4arZ\/eZ1\/kqvwovMfyEHpwaJyo08wSxSZ\/qw+DFHiWJV5Ihph2Ip4ogTIsN30JYDUiXt2denQ9T+rdEtwKy41vbSk446c\/WXh3mSwTsVBG6a3rXD9T95FkHm8pBqtd4yyxrqP\/yiIXz4XkpT9voDJyN3F6UdV51L22trOARsnPggi9RUyrB6umtD6xT7NPAjN1tSw0ZKjCleIF53\/epeQ5D4wR29piK\/4rFgDB0wkNLTZFr25vVw3troUvDLhh9ce9xmL3WG2d4t2Ml7rE\/8fGwnUuCMqiiI5G3NmqTHG7wil6bV3V7QIDAQAB", "manifest_version": 3, "name": "BG3 Wiki Redirector", "permissions": [ "storage", "webNavigation" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |