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ú
Eメール [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"
    }
}