nCore aNi
Ncore kereső és megjelenítő kiegészitő
What is nCore aNi?
nCore aNi is a Chrome extension developed by Ilyés Imre, and its main feature is "Ncore kereső és megjelenítő kiegészitő".
Extension Screenshots
Download nCore aNi Extension CRX File
Download nCore aNi 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
A bővítmény segít a keresésben, valamin személyre szabható minden funkciója. Funkciók: IMDb pontszám értektől függően színezés, IMDb pontszámtól függően torrent elrejtése, letöltés aktivitás jelzése, (IMDb,Google,Mafab) oldalakon gyors-gomb elhelyezés, gyors kereső elhelyezés, IMDb ID kiemelő, oldal tetejére gomb elhelyezés, megköszönték tábla elrejtése. v: 1.2.6 - update 2021.09.30. Kereső hiba javítása. v: 1.2.5 - update 2021.09.28. Adatbázis hiba javítása. v: 1.2.4 - update 2021.09.27. Funkció hozzáadva. Bővített Hit&Run. Bővített torrent kereső. v: 1.2.3 - update 2021.08.07. IMDb gyors-gomb javítás, Bővített hírfolyam beviteli mező funkció hozzáadva. v: 1.2.2 - update 2021.04.10. Torrent lenyíló minta kép betöltő, Get alapú keresés. v: 1.2.1 - update 2021.01.29. .pro domain hozzáadva v: 1.1.9 - update 2020.03.18. Funkció módosítva. dereferer.me link törlése a linkekből. v: 1.1.8 - update 2020.03.17. Funkció hozzáadva. Magnet link vágólapra. v: 1.1.7 - update 2018.04.01. Funkció hozzáadva. Poszter nézet, dereferer.me gyorsítás. Adatvédelmi irányelvek: https://docs.google.com/document/d/1WchvmI6Pqz0uQTX86N62K78xOvd57NGb689ArILU5W
Extension Basic Information
Name | nCore aNi |
ID | eifbinjboogkdfddabjchlbklgnmojba |
Official URL | https://chromewebstore.google.com/detail/ncore-ani/eifbinjboogkdfddabjchlbklgnmojba |
Description | Ncore kereső és megjelenítő kiegészitő |
File Size | 155 KB |
Installation Count | 315 |
Current Version | 1.2.6 |
Last Updated | 2021-10-01 |
Publish Date | 2020-03-17 |
Rating | 4.67/5 Total 12 Ratings |
Developer | Ilyés Imre |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/1WchvmI6Pqz0uQTX86N62K78xOvd57NGb689ArILU5Wg |
Supported Languages | hu |
manifest.json | |
{ "manifest_version": 2, "name": "nCore aNi", "options_ui": { "chrome_style": true, "page": "html\/options.html" }, "version": "1.2.6", "options_page": "html\/options.html", "author": "Ily\u00e9s Imre", "description": "Ncore keres\u0151 \u00e9s megjelen\u00edt\u0151 kieg\u00e9szit\u0151", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "https:\/\/ncore.pro\/*", "https:\/\/www.mafab.hu\/*", "https:\/\/port.hu\/*", "https:\/\/www.google.com\/*", "https:\/\/dereferer.me\/*", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "images\/ncore_Ani_47x47.png", "default_popup": "html\/popup.html", "background_page": "html\/background.html" }, "icons": { "64": "images\/ncore_Ani_64x64.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/storage.js", "js\/jquery-1.12.4.min.js", "js\/ani.min.js" ], "css": [ "css\/ani.min.css" ] } ], "web_accessible_resources": [ "html\/templates\/*", "images\/*.png", "images\/*.webp" ] } |