Desktop Always

Redirects any m.wikipedia.org page to wikipedia.org

Was ist Desktop Always?

Desktop Always ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Redirects any m.wikipedia.org page to wikipedia.org".

Erweiterungsscreenshots

screenshot

Desktop Always-Erweiterungs-CRX-Datei herunterladen

Laden Sie Desktop Always-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

                        Tired of clicking links to the mobile version of Wikipedia while on your desktop and not being redirected automatically?  Then this is the extension for you!  The code is viewable on github (see support website) and does one thing only: redirects from m.wikipedia.org to regular wikipedia.org.  Enjoy!                    

Grundlegende Informationen zur Erweiterung

Name Desktop Always Desktop Always
ID kcakbokolmhofjmnajaclmabkaeangja
Offizielle URL https://chromewebstore.google.com/detail/desktop-always/kcakbokolmhofjmnajaclmabkaeangja
Beschreibung Redirects any m.wikipedia.org page to wikipedia.org
Dateigröße 32.26 KB
Installationsanzahl 69
Aktuelle Version 0.04
Letztes Update 2020-04-12
Veröffentlichungsdatum 2020-04-12
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Unknown
Zahlungsart free
Hilfeseite URL https://github.com/dubaxx/desktop-always/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "request.js"
        ]
    },
    "description": "Redirects any m.wikipedia.org page to wikipedia.org",
    "icons": {
        "16": "DA-16x16.png",
        "48": "DA-48x48.png",
        "128": "DA-128x128.png"
    },
    "manifest_version": 2,
    "name": "Desktop Always",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.m.wikipedia.org\/*"
    ],
    "version": "0.04",
    "homepage_url": "https:\/\/github.com\/dubaxx\/desktop-always\/",
    "author": "Weston Baxter"
}