nCore aNi

Ncore kereső és megjelenítő kiegészitő

什么是nCore aNi?

nCore aNi是由Ilyés Imre开发的Chrome扩展程序,该扩展的主要功能是“Ncore kereső és megjelenítő kiegészitő”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载nCore aNi扩展crx文件

下载nCore aNi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 nCore aNi nCore aNi
ID eifbinjboogkdfddabjchlbklgnmojba
官方URL https://chromewebstore.google.com/detail/ncore-ani/eifbinjboogkdfddabjchlbklgnmojba
简介 Ncore kereső és megjelenítő kiegészitő
文件大小 155 KB
安装次数 315
当前版本 1.2.6
更新时间 2021-10-01
上架时间 2020-03-17
评分 4.67/5 共12次评分
开发者 Ilyés Imre
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1WchvmI6Pqz0uQTX86N62K78xOvd57NGb689ArILU5Wg
支持的语言 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"
    ]
}