DatPart [Extension]

DatPart extension.

DatPart [Extension]คืออะไร?

DatPart [Extension] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hugh Isaacs II และคุณลักษณะหลักของมันคือ "DatPart extension."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DatPart [Extension]

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

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

                        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                    

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

ชื่อ DatPart [Extension] DatPart [Extension]
ID hnblaajbillhajijlbaepnjglfgepdgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/datpart-extension/hnblaajbillhajijlbaepnjglfgepdgm
คำอธิบาย DatPart extension.
ขนาดไฟล์ 119 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.0.20 alpha
อัปเดตครั้งล่าสุด 2019-03-30
วันที่เผยแพร่ 2019-03-30
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Hugh Isaacs II
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/HughIsaacs2/DatPart/
ภาษาที่รองรับ 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"
    }
}