Initial

Inclua facilmente na página inicial o Google com resultados adicionais em suas pesquisas.

Initial là gì?

Initial là một tiện ích mở rộng Chrome được phát triển bởi https://googloc.com, và tính năng chính của nó là "Inclua facilmente na página inicial o Google com resultados adicionais em suas pesquisas.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Initial

Tải xuống các tệp mở rộng Initial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Experimente gratuitamente nossa extensão e faça suas buscas normalmente no GOOGLE e tenha resultados adicionais e relevantes em suas pesquisas.

Para remover essa extensão siga as orientações presentes na página: https://support.google.com/chrome_webstore/answer/6029416?hl=en&ref_topic=6238977&sjid=18247355995425272863-SA                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Initial Initial
ID lhhgjkddhnhehgllghamgflemdggibdd
URL Chính Thức https://chromewebstore.google.com/detail/initial/lhhgjkddhnhehgllghamgflemdggibdd
Mô tả Inclua facilmente na página inicial o Google com resultados adicionais em suas pesquisas.
Kích Thước Tệp 611 KB
Số Lần Cài Đặt 733
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2023-01-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://googloc.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.googloc.com/politicas
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Initial",
    "description": "Inclua facilmente na p\u00e1gina inicial o Google com resultados adicionais em suas pesquisas.",
    "version": "3.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*",
                "https:\/\/www.google.com.br\/search?*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "startup_pages": [
            "https:\/\/googloc.com\/google\/"
        ]
    },
    "icons": {
        "16": "imagens\/icon_16px.png",
        "32": "imagens\/icon_32px.png",
        "96": "imagens\/icon_96px.png",
        "48": "imagens\/icon_48px.png",
        "128": "imagens\/icon_128px.png"
    }
}