Unv.is Plus

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

Wat is Unv.is Plus?

Unv.is Plus is een Chrome-extensie ontwikkeld door Nick Swardh, en de belangrijkste functie is "Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unv.is Plus

Download Unv.is Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Unv.is Plus Unv.is Plus
ID ggflmjjmfalblopblmfapefaofhooabl
Officiële URL https://chrome.google.com/webstore/detail/unvis-plus/ggflmjjmfalblopblmfapefaofhooabl
Beschrijving Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.
Bestandsgrootte 68.05 KB
Aantal Installaties 363
Huidige Versie 1.3
Laatst Bijgewerkt 2018-03-13
Publicatiedatum 2018-03-13
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Nick Swardh
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.nswardh.com
Help Pagina-URL https://github.com/nickswardh/unvisplus
Ondersteunde Talen 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"
        ]
    }
}