GoGoPrivate — Private Search Engine

Take back your online privacy by using GoGoPrivate as your default search engine.

GoGoPrivate — Private Search Engineคืออะไร?

GoGoPrivate — Private Search Engine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ChromeApps และคุณลักษณะหลักของมันคือ "Take back your online privacy by using GoGoPrivate as your default search engine."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoGoPrivate — Private Search Engine

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

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

                        GoGoPrivate.com is the worlds most private search engine! 

GoGoPrivate features:

-  100% Anonymous. 0% Tracking. 
-  Does NOT save, share, or sell your personal or search engine data
-  Doesn't have 3rd party trackers and cookies like other search engines
-  Ensures unprofiled search results, guaranteeing the same information for everyone in the world
-  Protects worldwide users with European privacy legislation 
-  Is GDPR and CCPA compliant 

Learn more about why GoGoPrivate is the world's most private search engine:
- Homepage: https://gogoprivate.com 
- Privacy Policy: https://gogoprivate.com/privacy.html
- About Us: https://gogoprivate.com/about.html                    

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

ชื่อ GoGoPrivate — Private Search Engine GoGoPrivate — Private Search Engine
ID igpdgobkckendcbjhkhalaahmhpdhila
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gogoprivate-%E2%80%94-private-sea/igpdgobkckendcbjhkhalaahmhpdhila
คำอธิบาย Take back your online privacy by using GoGoPrivate as your default search engine.
ขนาดไฟล์ 10.01 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2020-11-19
วันที่เผยแพร่ 2020-11-19
ผู้พัฒนา ChromeApps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gogoprivate.com
URL หน้าช่วยเหลือ https://gogoprivate.com/contact.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoGoPrivate \u2014 Private Search Engine",
    "description": "Take back your online privacy by using GoGoPrivate as your default search engine.",
    "version": "1.1.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "minimum_chrome_version": "56",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/gogoprivate.com\/*"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "GoGoPrivate",
            "keyword": "gogoprivate.com",
            "search_url": "https:\/\/gogoprivate.com\/search?q={searchTerms}",
            "suggest_url": "https:\/\/gogoprivate.com\/nav\/browse.php?u=https:\/\/api.bing.com\/osjson.aspx?q={searchTerms}&mkt=__MSG_@@ui_locale__",
            "favicon_url": "https:\/\/gogoprivate.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "GoGoPrivate \u2014 Private Search Engine"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gogoprivate.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ]
}