Chrometana - Redirect Bing Somewhere Better

Redirect all Bing (and therefore Cortana) searches to a search engine of your choice!

Chrometana - Redirect Bing Somewhere Betterคืออะไร?

Chrometana - Redirect Bing Somewhere Better เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Theo และคุณลักษณะหลักของมันคือ "Redirect all Bing (and therefore Cortana) searches to a search engine of your choice!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrometana - Redirect Bing Somewhere Better

ดาวน์โหลดไฟล์ส่วนขยาย Chrometana - Redirect Bing Somewhere Better ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Man it's been a long month. We got DMCA'd by Microsoft for the logo, but we got a new one from a very generous Preston Locke. Enjoy!

-----------------------

My Google account was compromised and an unofficial version (1.1.3) was sent out as an update to all Chrometana users. That update bundled malware.

We are so incredibly sorry for this and are working with Google to identify how the account was compromised. We have just shipped update 2.0 out now, which includes a streamlined UI and NO MALWARE.

Please do not hesitate to contact Theo through Github or feedback on here at any point. Again, we are so sorry about this and are going far out of our way to prevent compromises from happening in the future.

-----------------------


Recommended by Engadget, CNET, Gizmodo, IBTimes, WIndowsClub and more!

"This handy Chrome extension thwarts Microsoft's attempt to make Bing a thing." - CNET

Bing is an unfortunate thing. Defeat it with Chrometana, allowing for all Bing search requests to redirect to a search engine of your choice. Currently supports Google, Yahoo, and DuckDuckGo redirects for all Bing searches, even Cortana ones! Make sure you're using Chrome as your default browser for this to work properly.

Condensed Changelog (Visit the blog for more detail):
v1.1.2 - Reverted tabs permission request, fallback is now a redirect script
v1.1.1 - The "small" update, decreased package size
v1.1.0 - UI overhaul
v1.0.2 - Fix for background app issue

In order for Chrometana to work when Chrome is closed, you must have background apps enabled. If you have disabled background apps, you can re-enable by doing the following:

1. Go to Chrome Settings
2. Click "Show Advanced Settings"
3. Scroll down to System
4. Check "Continue running background apps when Google Chrome is closed"                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chrometana - Redirect Bing Somewhere Better Chrometana - Redirect Bing Somewhere Better
ID kaicbfmipfpfpjmlbpejaoaflfdnabnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrometana-redirect-bing/kaicbfmipfpfpjmlbpejaoaflfdnabnc
คำอธิบาย Redirect all Bing (and therefore Cortana) searches to a search engine of your choice!
ขนาดไฟล์ 186 KB
จำนวนการติดตั้ง 176,396
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2017-07-28
วันที่เผยแพร่ 2017-07-28
คะแนน 3.68/5 รวมทั้งหมด 1030 คะแนน
ผู้พัฒนา Theo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://chrometana.theo.li
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrometana - Redirect Bing Somewhere Better",
    "short_name": "Chrometana",
    "description": "Redirect all Bing (and therefore Cortana) searches to a search engine of your choice!",
    "version": "2.0.1",
    "options_page": "html\/options.html",
    "permissions": [
        "*:\/\/*.bing.com\/",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "js\/bootstrap.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bing.com\/search*"
            ],
            "js": [
                "js\/redirect.js"
            ]
        }
    ],
    "icons": {
        "32": "images\/logo-32.png",
        "64": "images\/logo-64.png",
        "128": "images\/logo-128.png"
    },
    "page_action": {
        "default_title": "Chrometana"
    }
}