nCore postR
Egy jobb kinézet az nCore-ra.
什麼是nCore postR?
nCore postR是由Zoltán Hosszú開發的Chrome擴展程式,該擴展的主要功能是“Egy jobb kinézet az nCore-ra.”。
擴展截圖
下載nCore postR擴展crx文件
下載nCore postR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
nCore is a Hungarian website for collecting community shared peer-to-peer files. The plugin replaces the default look of the website with a modern, clean look. 擴展基本資訊
| 名稱 | |
| ID | fphaiboggogigdbanhocdigmbcjehddp |
| 官方網址 | https://chromewebstore.google.com/detail/ncore-postr/fphaiboggogigdbanhocdigmbcjehddp |
| 簡介 | Egy jobb kinézet az nCore-ra. |
| 檔案大小 | 54.83 KB |
| 安裝次數 | 19 |
| 目前版本 | 0.6 |
| 更新時間 | 2021-12-13 |
| 上架時間 | 2018-04-04 |
| 評分 | 5.00/5 共 6 次評分 |
| 開發者 | Zoltán Hosszú |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | hu |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "nCore postR",
"description": "Egy jobb kin\u00e9zet az nCore-ra.",
"version": "0.6",
"content_scripts": [
{
"matches": [
"https:\/\/ncore.nu\/torrents.php*",
"https:\/\/ncore.cc\/torrents.php*",
"https:\/\/ncore.pro\/torrents.php*"
],
"js": [
"jquery-2.1.4.min.js",
"content.js"
],
"css": [
"postr.css"
]
}
],
"permissions": [
"https:\/\/api.themoviedb.org\/*"
],
"icons": {
"16": "postr_16.png",
"48": "postr_48.png",
"128": "postr_128.png"
}
} | |