nCore postR

Egy jobb kinézet az nCore-ra.

What is nCore postR?

nCore postR is a Chrome extension developed by Zoltán Hosszú, and its main feature is "Egy jobb kinézet az nCore-ra.".

Extension Screenshots

screenshot
screenshot
screenshot

Download nCore postR Extension CRX File

Download nCore postR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name nCore postR nCore postR
ID fphaiboggogigdbanhocdigmbcjehddp
Official URL https://chromewebstore.google.com/detail/ncore-postr/fphaiboggogigdbanhocdigmbcjehddp
Description Egy jobb kinézet az nCore-ra.
File Size 54.83 KB
Installation Count 19
Current Version 0.6
Last Updated 2021-12-13
Publish Date 2018-04-04
Rating 5.00/5 Total 6 Ratings
Developer Zoltán Hosszú
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}