TV.NU Genväg
Det här tillägget skapar en genväg till tv.nu:s hemsida.
Cos'è TV.NU Genväg?
TV.NU Genväg è un'estensione di Chrome sviluppata da Mikael Sundstrom, e la sua funzione principale è "Det här tillägget skapar en genväg till tv.nu:s hemsida.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TV.NU Genväg
Scarica i file di estensione TV.NU Genväg 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
                                             Informazioni di Base sull'Estensione
| Nome |   |  
| ID | aoglbiidblnofioeaoidinohmgpakodn | 
| URL Ufficiale | https://chromewebstore.google.com/detail/tvnu-genv%C3%A4g/aoglbiidblnofioeaoidinohmgpakodn | 
| Descrizione | Det här tillägget skapar en genväg till tv.nu:s hemsida. | 
| Dimensione del File | 8.57 KB | 
| Conteggio Installazioni | 127 | 
| Versione Corrente | 1.2 | 
| Ultimo Aggiornamento | 2017-09-08 | 
| Data di Pubblicazione | 2017-09-08 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | Mikael Sundstrom | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/Mikael-Sundstrom/browser-extensions/tree/master/tv.nu | 
| Lingue Supportate | sv | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TV.NU Genv\u00e4g",
    "description": "Det h\u00e4r till\u00e4gget skapar en genv\u00e4g till tv.nu:s hemsida.",
    "version": "1.2",
    "icons": {
        "32": "32.png",
        "96": "96.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "96.png",
        "default_title": "\u00d6ppna i ny flik"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tv.nu\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}  |  |