DatPart [Extension]

DatPart extension.

DatPart [Extension] là gì?

DatPart [Extension] là một tiện ích mở rộng Chrome được phát triển bởi Hugh Isaacs II, và tính năng chính của nó là "DatPart extension.".

Ả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 DatPart [Extension]

Tải xuống các tệp mở rộng DatPart [Extension] 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

                        Lets you view Dat sites in Chrome.

Requires the DatPart App to work.

Get the app here for Windows:
https://github.com/HughIsaacs2/DatPart/releases                    

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

Tên DatPart [Extension] DatPart [Extension]
ID hnblaajbillhajijlbaepnjglfgepdgm
URL Chính Thức https://chromewebstore.google.com/detail/datpart-extension/hnblaajbillhajijlbaepnjglfgepdgm
Mô tả DatPart extension.
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.0.20 alpha
Cập Nhật Lần Cuối 2019-03-30
Ngày Phát Hành 2019-03-30
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Hugh Isaacs II
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/HughIsaacs2/DatPart/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DatPart [Extension]",
    "short_name": "DatPart",
    "description": "DatPart extension.",
    "manifest_version": 2,
    "version": "0.0.20",
    "version_name": "0.0.20 alpha",
    "permissions": [
        "tabs",
        "activeTab",
        "webRequestBlocking",
        "webRequest",
        "webNavigation",
        "proxy",
        "http:\/\/127.0.0.1:9989\/*",
        "http:\/\/127.0.0.1:9988\/*",
        "http:\/\/localhost:9989\/",
        "http:\/\/localhost:9988\/",
        "*:\/\/*.dat_site\/*",
        "*:\/\/*.torrent_site\/*",
        "storage",
        "nativeMessaging"
    ],
    "optional_permissions": [
        "tabs",
        "notifications",
        "background",
        "http:\/\/localhost\/",
        "https:\/\/*\/.well-known\/dat"
    ],
    "externally_connectable": {
        "ids": [
            "pgdnnmekclkafnpfofleebhhnmolopgl"
        ]
    },
    "omnibox": {
        "keyword": "DatPart"
    },
    "web_accessible_resources": [
        "redirector.html",
        "redirector_script.js"
    ],
    "options_page": "options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dat_site\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "datsite.js"
            ]
        }
    ],
    "icons": {
        "16": "logo_16.png",
        "24": "logo.png",
        "32": "logo.png",
        "128": "logo_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo_16.png",
            "24": "logo.png",
            "32": "logo.png",
            "128": "logo_128.png"
        },
        "default_title": "DatPart",
        "default_popup": "popup.html"
    }
}