nCore postR

Egy jobb kinézet az nCore-ra.

什么是nCore postR?

nCore postR是由Zoltán Hosszú开发的Chrome扩展程序,该扩展的主要功能是“Egy jobb kinézet az nCore-ra.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 nCore postR nCore postR
ID fphaiboggogigdbanhocdigmbcjehddp
官方URL 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"
    }
}