nCore aNi
Ncore kereső és megjelenítő kiegészitő
O que é nCore aNi?
nCore aNi é uma extensão do Chrome desenvolvida por Ilyés Imre, e sua principal característica é "Ncore kereső és megjelenítő kiegészitő".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão nCore aNi
Baixe arquivos de extensão nCore aNi no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | nCore aNi |
ID | eifbinjboogkdfddabjchlbklgnmojba |
URL Oficial | https://chromewebstore.google.com/detail/ncore-ani/eifbinjboogkdfddabjchlbklgnmojba |
Descrição | Ncore kereső és megjelenítő kiegészitő |
Tamanho do Arquivo | 155 KB |
Contagem de Instalações | 315 |
Versão Atual | 1.2.6 |
Última Atualização | 2021-10-01 |
Data de Publicação | 2020-03-17 |
Classificação | 4.67/5 Total de 12 Avaliações |
Desenvolvedor | Ilyés Imre |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://docs.google.com/document/d/1WchvmI6Pqz0uQTX86N62K78xOvd57NGb689ArILU5Wg |
Idiomas Suportados | 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" ] } |