Unv.is Plus

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

Hvad er Unv.is Plus?

Unv.is Plus er en Chrome-udvidelse udviklet af Nick Swardh, og dens hovedfunktion er "Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.".

Udvidelsesskærmbilleder

screenshot

Download Unv.is Plus-udvidelses-CRX-fil

Download Unv.is Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Unv.is Plus Unv.is Plus
ID ggflmjjmfalblopblmfapefaofhooabl
Officiel URL https://chrome.google.com/webstore/detail/unvis-plus/ggflmjjmfalblopblmfapefaofhooabl
Beskrivelse Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.
Filstørrelse 68.05 KB
Antal Installationer 363
Nuværende Version 1.3
Senest Opdateret 2018-03-13
Udgivelsesdato 2018-03-13
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Nick Swardh
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.nswardh.com
Hjælpeside-URL https://github.com/nickswardh/unvisplus
Understøttede Sprog 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"
        ]
    }
}