nCore postR
Egy jobb kinézet az nCore-ra.
ما هو nCore postR؟
nCore postR هو إضافة Chrome تم تطويرها بواسطة Zoltán Hosszú، والميزة الرئيسية لها هي "Egy jobb kinézet az nCore-ra.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة nCore postR
قم بتنزيل ملفات الامتداد nCore postR بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |