Eco Search

Eco Search Default Search

Eco Searchคืออะไร?

Eco Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ecosearch.club และคุณลักษณะหลักของมันคือ "Eco Search Default Search"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eco Search

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

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

                        Convenient browsing tool by Eco Search.
This extension lets you browse the web and get easy access to search, images and videos.

Eco Search configures your Default Search setting and lets you search through Eco Search!

By clicking "Add to chrome", I accept and agree to installing 'Eco Search' and setting Chrome Default Search to that provided by the service and the Terms of Use and Privacy Policy

Terms of Use: https://www.ecosearch.club/terms.html
Privacy Policy: https://www.ecosearch.club/privacy-policy.html

Permissions used & reasons:
"Read and change your data on a number of websites"
For our product to work, we require access to the websites we own and manage.
"Read your browsing history"
This allows us to tailor product specific content or offers towards relevant information.                    

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

ชื่อ Eco Search Eco Search
ID cophkbeleiofibpbjnbihnchapldkmbi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/eco-search/cophkbeleiofibpbjnbihnchapldkmbi
คำอธิบาย Eco Search Default Search
ขนาดไฟล์ 65.36 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-02-03
วันที่เผยแพร่ 2020-04-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://ecosearch.club
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.ecosearch.club/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eco Search",
    "description": "Eco Search Default Search",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.ecosearch.club\/*",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "js": [
                "common\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*.ecosearch.club\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "release\/browseraction_release.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/logo_48x.png",
        "default_title": "EcoSearch",
        "default_popup": "pages\/popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Eco",
            "keyword": "https:\/\/www.ecosearch.club\/search.aspx",
            "search_url": "https:\/\/search.ecosearch.club\/chrome\/newtab\/search.aspx?q={searchTerms}&src=ds&pid=eco&v=1.2&gid=221",
            "suggest_url": "https:\/\/www.ecosearch.club\/ntapi\/suggestions\/rd?q={searchTerms}",
            "search_url_post_params": "",
            "favicon_url": "https:\/\/www.ecosearch.club\/img\/search.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "128": "img\/logo_128x.png",
        "16": "img\/logo_16x.png",
        "48": "img\/logo_48x.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}