nCore postR

Egy jobb kinézet az nCore-ra.

nCore postRคืออะไร?

nCore postR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zoltán Hosszú และคุณลักษณะหลักของมันคือ "Egy jobb kinézet az nCore-ra."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย nCore postR

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}