Unv.is Plus

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

Was ist Unv.is Plus?

Unv.is Plus ist eine Chrome-Erweiterung, die von Nick Swardh entwickelt wurde, und ihr Hauptmerkmal ist "Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.".

Erweiterungsscreenshots

screenshot

Unv.is Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Unv.is Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Unv.is Plus Unv.is Plus
ID ggflmjjmfalblopblmfapefaofhooabl
Offizielle URL https://chrome.google.com/webstore/detail/unvis-plus/ggflmjjmfalblopblmfapefaofhooabl
Beschreibung Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.
Dateigröße 68.05 KB
Installationsanzahl 363
Aktuelle Version 1.3
Letztes Update 2018-03-13
Veröffentlichungsdatum 2018-03-13
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Nick Swardh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.nswardh.com
Hilfeseite URL https://github.com/nickswardh/unvisplus
Unterstützte Sprachen 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"
        ]
    }
}