Findster

Findster Extension enhancements for Chrome!

Findsterคืออะไร?

Findster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://findstersearch.com และคุณลักษณะหลักของมันคือ "Findster Extension enhancements for Chrome!"

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

screenshot

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

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

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

                        Findster Extension enhancements for Chrome!
- With Findster, online search gets easier and safer.
- Our intelligent search engine is a perfect for VPN services and anonymizers.
- Reclaim your privacy and anonymity, don't be a victim to hackers and scammers.

This extension makes Findster your default search engine in Chrome and includes some other useful features:
- Search Findster via the right-click menu.
- Easy access to the extension via a toolbar button.

Also check out these pages for more info on Findster:
- TOS: https://findster.co/terms-of-service
- Privacy: https://findster.co/privacy-policy

Find everything. Don’t get found!                    

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

ชื่อ Findster Findster
ID kenmpkepnhpjfljfangdlnigicoeflab
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/findster/kenmpkepnhpjfljfangdlnigicoeflab
คำอธิบาย Findster Extension enhancements for Chrome!
ขนาดไฟล์ 646 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2018-02-07
วันที่เผยแพร่ 2018-02-07
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://findstersearch.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://extensionmatrix.com/productive/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Findster"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/theFIndster.com\/*"
            ],
            "js": [
                "js\/injectDivExtensionId.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Findster search",
            "keyword": "Findster",
            "search_url": "https:\/\/findstersearch.com\/search?ext=fp&q={searchTerms}",
            "favicon_url": "https:\/\/findstersearch.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/findstersearch.com\/ext\/*",
            "https:\/\/findstersearch.com\/public\/ext\/*"
        ]
    },
    "description": "Findster Extension enhancements for Chrome!",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/extensionmatrix.com\/ https:\/\/extensionmatrix.com:3000\/ https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/extensionmatrix.com\/ https:\/\/extensionmatrix.com:3000\/",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Findster",
    "short_name": "Findster",
    "permissions": [
        "management",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.0",
    "web_accessible_resources": []
}