Presearch.com Start With Us

Set Chrome's Homepage and New Tab page to Presearch.com

Apa itu Presearch.com Start With Us?

Presearch.com Start With Us adalah ekstensi Chrome yang dikembangkan oleh https://presearch.com, dan fitur utamanya adalah "Set Chrome's Homepage and New Tab page to Presearch.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Presearch.com Start With Us

Unduh file ekstensi Presearch.com Start With Us dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension allows you to set your browser homepage to presearch.com                    

Informasi Dasar Ekstensi

Nama Presearch.com Start With Us Presearch.com Start With Us
ID fbknefhkjhbolemlchjhacbgckdjggod
URL Resmi https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod
Deskripsi Set Chrome's Homepage and New Tab page to Presearch.com
Ukuran File 24.85 KB
Jumlah Instalasi 37,200
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2022-06-07
Tanggal Publikasi 2018-01-26
Penilaian 4.63/5 Total 195 Penilaian
Pengembang https://presearch.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://presearch.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Presearch.com Start With Us",
    "description": "Set Chrome's Homepage and New Tab page to Presearch.com",
    "version": "1.0.3",
    "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.presearch.com\/*"
            ],
            "css": [
                "assets\/popup-visibility.css"
            ],
            "js": [
                "assets\/popup-visibility.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.presearch.com\/*"
    ],
    "chrome_settings_overrides": {
        "homepage": "https:\/\/presearch.com\/?utm_source=extcr",
        "startup_pages": [
            "https:\/\/presearch.com\/?utm_source=extcr"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}