DatPart [Extension]
DatPart extension.
DatPart [Extension]とは何ですか?
DatPart [Extension]はHugh Isaacs IIによって開発されたChromeの拡張機能で、その主な機能は「DatPart extension.」です。
拡張機能のスクリーンショット
DatPart [Extension]拡張機能のCRXファイルをダウンロード
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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    }
}  |  |