nCore aNi
Ncore kereső és megjelenítő kiegészitő
Cos'è nCore aNi?
nCore aNi è un'estensione di Chrome sviluppata da Ilyés Imre, e la sua funzione principale è "Ncore kereső és megjelenítő kiegészitő".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione nCore aNi
Scarica i file di estensione nCore aNi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | eifbinjboogkdfddabjchlbklgnmojba |
| URL Ufficiale | https://chromewebstore.google.com/detail/ncore-ani/eifbinjboogkdfddabjchlbklgnmojba |
| Descrizione | Ncore kereső és megjelenítő kiegészitő |
| Dimensione del File | 155 KB |
| Conteggio Installazioni | 315 |
| Versione Corrente | 1.2.6 |
| Ultimo Aggiornamento | 2021-10-01 |
| Data di Pubblicazione | 2020-03-17 |
| Valutazione | 4.67/5 Totale 12 Valutazioni |
| Sviluppatore | Ilyés Imre |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1WchvmI6Pqz0uQTX86N62K78xOvd57NGb689ArILU5Wg |
| Lingue Supportate | 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"
]
} | |