nCore postR

Egy jobb kinézet az nCore-ra.

Apa itu nCore postR?

nCore postR adalah ekstensi Chrome yang dikembangkan oleh Zoltán Hosszú, dan fitur utamanya adalah "Egy jobb kinézet az nCore-ra.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi nCore postR

Unduh file ekstensi nCore postR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama nCore postR nCore postR
ID fphaiboggogigdbanhocdigmbcjehddp
URL Resmi https://chromewebstore.google.com/detail/ncore-postr/fphaiboggogigdbanhocdigmbcjehddp
Deskripsi Egy jobb kinézet az nCore-ra.
Ukuran File 54.83 KB
Jumlah Instalasi 19
Versi Saat Ini 0.6
Terakhir Diperbarui 2021-12-13
Tanggal Publikasi 2018-04-04
Penilaian 5.00/5 Total 6 Penilaian
Pengembang Zoltán Hosszú
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}