nCore postR
Egy jobb kinézet az nCore-ra.
Cos'è nCore postR?
nCore postR è un'estensione di Chrome sviluppata da Zoltán Hosszú, e la sua funzione principale è "Egy jobb kinézet az nCore-ra.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione nCore postR
Scarica i file di estensione nCore postR 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fphaiboggogigdbanhocdigmbcjehddp |
| URL Ufficiale | https://chromewebstore.google.com/detail/ncore-postr/fphaiboggogigdbanhocdigmbcjehddp |
| Descrizione | Egy jobb kinézet az nCore-ra. |
| Dimensione del File | 54.83 KB |
| Conteggio Installazioni | 19 |
| Versione Corrente | 0.6 |
| Ultimo Aggiornamento | 2021-12-13 |
| Data di Pubblicazione | 2018-04-04 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | Zoltán Hosszú |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |