Detailed Site Search

Created By Detailed.com

Detailed Site Search là gì?

Detailed Site Search là một tiện ích mở rộng Chrome được phát triển bởi https://detailed.com, và tính năng chính của nó là "Created By Detailed.com".

Ả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 Detailed Site Search

Tải xuống các tệp mở rộng Detailed Site Search 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

                        If you're an SEO who is looking for ways to speed up website audits, this extension is for you.

Whenever you're auditing a website with site: searches, this will give you extra options to add to the search bar which include the common type of pages that generally shouldn't exist (or at least, be crawlable) on a website.

Select and unselect all with one click.

Or add and remove items individually. 

You'll never audit sites as quickly without it.                    

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

Tên Detailed Site Search Detailed Site Search
ID loblhceoipmbghoakodijfebkbfodkmf
URL Chính Thức https://chromewebstore.google.com/detail/detailed-site-search/loblhceoipmbghoakodijfebkbfodkmf
Mô tả Created By Detailed.com
Kích Thước Tệp 2.14 MB
Số Lần Cài Đặt 328
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-09-02
Ngày Phát Hành 2023-05-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://detailed.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://detailed.com/hey/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Detailed Site Search",
    "description": "Created By Detailed.com",
    "author": "Detailed.com",
    "version": "0.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/icons\/16.png",
        "32": "src\/assets\/icons\/32.png",
        "48": "src\/assets\/icons\/48.png",
        "128": "src\/assets\/icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader.676294f8.js"
            ],
            "matches": [
                "https:\/\/*.google.com.ua\/search?*",
                "https:\/\/*.google.tn\/search?*",
                "https:\/\/*.google.co.th\/search?*",
                "https:\/\/*.google.com.tr\/search?*",
                "https:\/\/*.google.no\/search?*",
                "https:\/\/*.google.com.my\/search?*",
                "https:\/\/*.google.mx\/search?*",
                "https:\/\/*.google.ma\/search?*",
                "https:\/\/*.google.lu\/search?*",
                "https:\/\/*.google.com.lb\/search?*",
                "https:\/\/*.google.it\/search?*",
                "https:\/\/*.google.ie\/search?*",
                "https:\/\/*.google.fi\/search?*",
                "https:\/\/*.google.es\/search?*",
                "https:\/\/*.google.cz\/search?*",
                "https:\/\/*.google.co\/search?*",
                "https:\/\/*.google.ca\/search?*",
                "https:\/\/*.google.at\/search?*",
                "https:\/\/*.google.com\/search?*",
                "https:\/\/*.google.com.au\/search?*",
                "https:\/\/*.google.ch\/search?*",
                "https:\/\/*.google.com.hk\/search?*",
                "https:\/\/*.google.co.jp\/search?*",
                "https:\/\/*.google.co.uk\/search?*",
                "https:\/\/*.google.fr\/search?*",
                "https:\/\/*.google.de\/search?*",
                "https:\/\/*.google.ru\/search?*",
                "https:\/\/*.google.be\/search?*",
                "https:\/\/*.google.ae\/search?*",
                "https:\/\/*.google.nl\/search?*",
                "https:\/\/*.google.dk\/search?*"
            ],
            "include_globs": [
                "http:\/\/www.google.*\/*",
                "https:\/\/www.google.*\/*"
            ],
            "all_frames": true,
            "css": [
                "assets\/index.cc8d3640.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.google.com.ua\/search?*",
        "https:\/\/*.google.tn\/search?*",
        "https:\/\/*.google.co.th\/search?*",
        "https:\/\/*.google.com.tr\/search?*",
        "https:\/\/*.google.no\/search?*",
        "https:\/\/*.google.com.my\/search?*",
        "https:\/\/*.google.mx\/search?*",
        "https:\/\/*.google.ma\/search?*",
        "https:\/\/*.google.lu\/search?*",
        "https:\/\/*.google.com.lb\/search?*",
        "https:\/\/*.google.it\/search?*",
        "https:\/\/*.google.ie\/search?*",
        "https:\/\/*.google.fi\/search?*",
        "https:\/\/*.google.es\/search?*",
        "https:\/\/*.google.cz\/search?*",
        "https:\/\/*.google.co\/search?*",
        "https:\/\/*.google.ca\/search?*",
        "https:\/\/*.google.at\/search?*",
        "https:\/\/*.google.com\/search?*",
        "https:\/\/*.google.com.au\/search?*",
        "https:\/\/*.google.ch\/search?*",
        "https:\/\/*.google.com.hk\/search?*",
        "https:\/\/*.google.co.jp\/search?*",
        "https:\/\/*.google.co.uk\/search?*",
        "https:\/\/*.google.fr\/search?*",
        "https:\/\/*.google.de\/search?*",
        "https:\/\/*.google.ru\/search?*",
        "https:\/\/*.google.be\/search?*",
        "https:\/\/*.google.ae\/search?*",
        "https:\/\/*.google.nl\/search?*",
        "https:\/\/*.google.dk\/search?*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.google.ae\/*",
                "https:\/\/*.google.at\/*",
                "https:\/\/*.google.be\/*",
                "https:\/\/*.google.ca\/*",
                "https:\/\/*.google.ch\/*",
                "https:\/\/*.google.co.jp\/*",
                "https:\/\/*.google.co.th\/*",
                "https:\/\/*.google.co.uk\/*",
                "https:\/\/*.google.co\/*",
                "https:\/\/*.google.com.au\/*",
                "https:\/\/*.google.com.hk\/*",
                "https:\/\/*.google.com.lb\/*",
                "https:\/\/*.google.com.my\/*",
                "https:\/\/*.google.com.tr\/*",
                "https:\/\/*.google.com.ua\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.google.cz\/*",
                "https:\/\/*.google.de\/*",
                "https:\/\/*.google.dk\/*",
                "https:\/\/*.google.es\/*",
                "https:\/\/*.google.fi\/*",
                "https:\/\/*.google.fr\/*",
                "https:\/\/*.google.ie\/*",
                "https:\/\/*.google.it\/*",
                "https:\/\/*.google.lu\/*",
                "https:\/\/*.google.ma\/*",
                "https:\/\/*.google.mx\/*",
                "https:\/\/*.google.nl\/*",
                "https:\/\/*.google.no\/*",
                "https:\/\/*.google.ru\/*",
                "https:\/\/*.google.tn\/*"
            ],
            "resources": [
                "src\/assets\/site-search.png",
                "src\/assets\/fonts\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.google.ae\/*",
                "https:\/\/*.google.at\/*",
                "https:\/\/*.google.be\/*",
                "https:\/\/*.google.ca\/*",
                "https:\/\/*.google.ch\/*",
                "https:\/\/*.google.co.jp\/*",
                "https:\/\/*.google.co.th\/*",
                "https:\/\/*.google.co.uk\/*",
                "https:\/\/*.google.co\/*",
                "https:\/\/*.google.com.au\/*",
                "https:\/\/*.google.com.hk\/*",
                "https:\/\/*.google.com.lb\/*",
                "https:\/\/*.google.com.my\/*",
                "https:\/\/*.google.com.tr\/*",
                "https:\/\/*.google.com.ua\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.google.cz\/*",
                "https:\/\/*.google.de\/*",
                "https:\/\/*.google.dk\/*",
                "https:\/\/*.google.es\/*",
                "https:\/\/*.google.fi\/*",
                "https:\/\/*.google.fr\/*",
                "https:\/\/*.google.ie\/*",
                "https:\/\/*.google.it\/*",
                "https:\/\/*.google.lu\/*",
                "https:\/\/*.google.ma\/*",
                "https:\/\/*.google.mx\/*",
                "https:\/\/*.google.nl\/*",
                "https:\/\/*.google.no\/*",
                "https:\/\/*.google.ru\/*",
                "https:\/\/*.google.tn\/*"
            ],
            "resources": [
                "assets\/index.ts.13e48f79.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": []
}