nCore postR

Egy jobb kinézet az nCore-ra.

nCore postR là gì?

nCore postR là một tiện ích mở rộng Chrome được phát triển bởi Zoltán Hosszú, và tính năng chính của nó là "Egy jobb kinézet az nCore-ra.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng nCore postR

Tải xuống các tệp mở rộng nCore postR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên nCore postR nCore postR
ID fphaiboggogigdbanhocdigmbcjehddp
URL Chính Thức https://chromewebstore.google.com/detail/ncore-postr/fphaiboggogigdbanhocdigmbcjehddp
Mô tả Egy jobb kinézet az nCore-ra.
Kích Thước Tệp 54.83 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2021-12-13
Ngày Phát Hành 2018-04-04
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Zoltán Hosszú
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}