Desktop Always

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

Wat is Desktop Always?

Desktop Always is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Redirects any m.wikipedia.org page to wikipedia.org".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Desktop Always

Download Desktop Always-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

                        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!                    

Basisinformatie over de Extensie

Naam Desktop Always Desktop Always
ID kcakbokolmhofjmnajaclmabkaeangja
Officiële URL https://chromewebstore.google.com/detail/desktop-always/kcakbokolmhofjmnajaclmabkaeangja
Beschrijving Redirects any m.wikipedia.org page to wikipedia.org
Bestandsgrootte 32.26 KB
Aantal Installaties 69
Huidige Versie 0.04
Laatst Bijgewerkt 2020-04-12
Publicatiedatum 2020-04-12
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Help Pagina-URL https://github.com/dubaxx/desktop-always/issues
Ondersteunde Talen 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"
}