Unv.is Plus

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

Qu'est-ce que Unv.is Plus ?

Unv.is Plus est une extension Chrome développée par Nick Swardh, et sa fonction principale est "Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unv.is Plus

Téléchargez les fichiers d'extension Unv.is Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Unv.is Plus Unv.is Plus
ID ggflmjjmfalblopblmfapefaofhooabl
URL Officiel https://chrome.google.com/webstore/detail/unvis-plus/ggflmjjmfalblopblmfapefaofhooabl
Description Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.
Taille du Fichier 68.05 KB
Nombre d'Installations 363
Version Actuelle 1.3
Dernière Mise à Jour 2018-03-13
Date de Publication 2018-03-13
Évaluation 1.00/5 Total 1 Évaluations
Développeur Nick Swardh
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.nswardh.com
URL de la Page d'Aide https://github.com/nickswardh/unvisplus
Langues Prises en Charge 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"
        ]
    }
}