Cook's Illustrated Exclusive Search

Fixes Cook's Illustrated search to remove advertisements for other network sites

Cook's Illustrated Exclusive Searchคืออะไร?

Cook's Illustrated Exclusive Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amh และคุณลักษณะหลักของมันคือ "Fixes Cook's Illustrated search to remove advertisements for other network sites"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cook's Illustrated Exclusive Search

ดาวน์โหลดไฟล์ส่วนขยาย Cook's Illustrated Exclusive Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        By default, Cook's Illustrated (https://www.cooksillustrated.com) includes search results from all its network sites, even if you do not have a membership to those other sites. These search results are advertisements because the content is locked behind a paywall.

After performing a search it is possible to deselect the other sites manually, then the search results will not include any advertisements for network sites. However, browsing to a recipe and performing a *new* search will reset the selected sites requiring them to be deselected manually, *every single time a search is performed*.

As an example, the search query `bacon` has 40 results on the first page. Of these 40, only 15 results are for Cook's Illustrated Online. That means that **37% of results are valid** and **63% of results are advertisements**.

By default, when the form is submitted with a search term `bacon` the search results page will include results from:

* `cio`, aka "Cook's Illustrated Online"
* `cco`, aka "Cook's Country Online"
* `atk`, aka "America's Test Kitchen"
* `cookbook_collection`, aka "Cookbook Collection"
* `school`, aka "Cooking School"

If you have not paid for subscriptions to all of these sites then the search results will be polluted with advertisements for these network sites.

This extension looks for the `atkGlobalSearch` form and modifies the `action` parameter to `/search?dFR[search_site_list][0]=cio&fR[search_cookbook_collection][0]=false`.

The search result page will then display results only from Cook's Illustrated Online.

The full MIT-licensed source code is available at https://github.com/anothermh/cies.                    

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

ชื่อ Cook's Illustrated Exclusive Search Cook's Illustrated Exclusive Search
ID nidfinggdegnohlahobcpmijobhdejnm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cooks-illustrated-exclusi/nidfinggdegnohlahobcpmijobhdejnm
คำอธิบาย Fixes Cook's Illustrated search to remove advertisements for other network sites
ขนาดไฟล์ 7.88 MB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2018-12-05
วันที่เผยแพร่ 2018-12-04
ผู้พัฒนา amh
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/anothermh/cies
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cook's Illustrated Exclusive Search",
    "version": "0.1.0",
    "description": "Fixes Cook's Illustrated search to remove advertisements for other network sites",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.cooksillustrated.com\/*"
            ]
        }
    ]
}