Unv.is Plus

Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.

Cos'è Unv.is Plus?

Unv.is Plus è un'estensione di Chrome sviluppata da Nick Swardh, e la sua funzione principale è "Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Unv.is Plus

Scarica i file di estensione Unv.is Plus 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

                        Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.

This Chrome-extension use the service provided by Unvis, a web proxy tool for stripping away all fancy stuff (like the Readability feature in Firefox) from web pages into a simple readable text-format of almost any web page.                    

Informazioni di Base sull'Estensione

Nome Unv.is Plus Unv.is Plus
ID ggflmjjmfalblopblmfapefaofhooabl
URL Ufficiale https://chrome.google.com/webstore/detail/unvis-plus/ggflmjjmfalblopblmfapefaofhooabl
Descrizione Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.
Dimensione del File 68.05 KB
Conteggio Installazioni 363
Versione Corrente 1.3
Ultimo Aggiornamento 2018-03-13
Data di Pubblicazione 2018-03-13
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Nick Swardh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.nswardh.com
URL della Pagina di Aiuto https://github.com/nickswardh/unvisplus
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.",
    "manifest_version": 2,
    "name": "Unv.is Plus",
    "short_name": "Unv.is Plus",
    "version": "1.3",
    "author": "Nick Swardh",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "96": "icons\/96.png"
        },
        "default_title": "Unv.is Plus",
        "default_popup": "options\/options.html"
    },
    "background": {
        "scripts": [
            "redirect.js",
            "contextmenu.js",
            "counter.js"
        ]
    }
}