DatPart [Extension]
DatPart extension.
DatPart [Extension] क्या है?
DatPart [Extension] Hugh Isaacs II द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DatPart extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DatPart [Extension] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                     एक्सटेंशन की मूल जानकारी
| नाम |   |  
| 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"
    }
}  |  |