Desktop Always
Redirects any m.wikipedia.org page to wikipedia.org
Qu'est-ce que Desktop Always ?
Desktop Always est une extension Chrome développée par Unknown, et sa fonction principale est "Redirects any m.wikipedia.org page to wikipedia.org".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Desktop Always
Téléchargez les fichiers d'extension Desktop Always 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
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!
Informations de Base sur l'Extension
Nom | Desktop Always |
ID | kcakbokolmhofjmnajaclmabkaeangja |
URL Officiel | https://chromewebstore.google.com/detail/desktop-always/kcakbokolmhofjmnajaclmabkaeangja |
Description | Redirects any m.wikipedia.org page to wikipedia.org |
Taille du Fichier | 32.26 KB |
Nombre d'Installations | 69 |
Version Actuelle | 0.04 |
Dernière Mise à Jour | 2020-04-12 |
Date de Publication | 2020-04-12 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/dubaxx/desktop-always/issues |
Langues Prises en Charge | 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" } |