DatPart [Extension]
DatPart extension.
Was ist DatPart [Extension]?
DatPart [Extension] ist eine Chrome-Erweiterung, die von Hugh Isaacs II entwickelt wurde, und ihr Hauptmerkmal ist "DatPart extension.".
Erweiterungsscreenshots
DatPart [Extension]-Erweiterungs-CRX-Datei herunterladen
Laden Sie DatPart [Extension]-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hnblaajbillhajijlbaepnjglfgepdgm |
| Offizielle URL | https://chromewebstore.google.com/detail/datpart-extension/hnblaajbillhajijlbaepnjglfgepdgm |
| Beschreibung | DatPart extension. |
| Dateigröße | 119 KB |
| Installationsanzahl | 30 |
| Aktuelle Version | 0.0.20 alpha |
| Letztes Update | 2019-03-30 |
| Veröffentlichungsdatum | 2019-03-30 |
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
| Entwickler | Hugh Isaacs II |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/HughIsaacs2/DatPart/ |
| Unterstützte Sprachen | 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"
}
} | |