nCore postR
Egy jobb kinézet az nCore-ra.
nCore postR란 무엇입니까?
nCore postR은(는) Zoltán Hosszú에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Egy jobb kinézet az nCore-ra."입니다.
확장 프로그램 스크린샷
nCore postR 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |