Search Administrator for Chrome

Search with optimized results powered by Yahoo!

Search Administrator for Chromeคืออะไร?

Search Administrator for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.searchadministrator.com และคุณลักษณะหลักของมันคือ "Search with optimized results powered by Yahoo!"

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

screenshot

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

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

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

                        Search Administrator for Chrome is a default search extension that offers web, image, video, and shopping results by Yahoo.

This will change your default search engine. 
  
Install Search Administrator for Chrome on your browser and get the most relevant results every time.

To know more about Search Administrator, you can check our website:

Privacy Policy - https://www.searchadministrator.com/privacy-policy
EULA - https://www.searchadministrator.com/eula
Support - https://www.searchadministrator.com/support
Uninstall - https://www.searchadministrator.com/uninstall                    

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

ชื่อ Search Administrator for Chrome Search Administrator for Chrome
ID klkkockojahojngfjllapnnelebkkepf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-administrator-for/klkkockojahojngfjllapnnelebkkepf
คำอธิบาย Search with optimized results powered by Yahoo!
ขนาดไฟล์ 206 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-10-15
วันที่เผยแพร่ 2019-10-14
ผู้พัฒนา https://www.searchadministrator.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.searchadministrator.com/privacy-policy
ภาษาที่รองรับ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/www.searchadministrator.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/polyfill.js",
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "*:\/\/*.searchadministrator.com\/*",
        "*:\/\/*.thebettertab.com\/*",
        "*:\/\/search.yahoo.com\/*",
        "webRequest",
        "webRequestBlocking",
        "management"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.searchadministrator.com\/*",
                "https:\/\/*.searchadministrator.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/attribution.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.searchadministrator.com\/*",
                "*:\/\/*.thebettertab.com\/*",
                "*:\/\/search.yahoo.com\/*"
            ],
            "css": [
                "css\/searchadministrator.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/searchadministrator.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/img\/*",
        "\/html\/rate.html"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Search Administrator",
            "keyword": "searchadministrator.com",
            "favicon_url": "https:\/\/www.searchadministrator.com\/images\/favicon.png",
            "search_url": "https:\/\/www.searchadministrator.com\/search?q={searchTerms}&aid=53",
            "suggest_url": "https:\/\/www.searchadministrator.com\/ss?q={searchTerms}",
            "image_url": "https:\/\/www.searchadministrator.com\/search?q={searchTerms}&tbm=isch&aid=53",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}