nCore postR
Egy jobb kinézet az nCore-ra.
Co to jest nCore postR?
nCore postR to rozszerzenie Chrome opracowane przez Zoltán Hosszú, a jego główną funkcją jest „Egy jobb kinézet az nCore-ra.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia nCore postR
Pobierz pliki rozszerzeń nCore postR w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | nCore postR |
ID | fphaiboggogigdbanhocdigmbcjehddp |
Oficjalny URL | https://chromewebstore.google.com/detail/ncore-postr/fphaiboggogigdbanhocdigmbcjehddp |
Opis | Egy jobb kinézet az nCore-ra. |
Rozmiar pliku | 54.83 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 0.6 |
Ostatnia Aktualizacja | 2021-12-13 |
Data Publikacji | 2018-04-04 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | Zoltán Hosszú |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |