DatPart [Extension]

DatPart extension.

ما هو DatPart [Extension]؟

DatPart [Extension] هو إضافة Chrome تم تطويرها بواسطة Hugh Isaacs II، والميزة الرئيسية لها هي "DatPart extension.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DatPart [Extension]

قم بتنزيل ملفات الامتداد DatPart [Extension] بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}