Desktop Always
Redirects any m.wikipedia.org page to wikipedia.org
ما هو Desktop Always؟
Desktop Always هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Redirects any m.wikipedia.org page to wikipedia.org".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Desktop Always
قم بتنزيل ملفات الامتداد Desktop Always بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | Desktop Always |
ID | kcakbokolmhofjmnajaclmabkaeangja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/desktop-always/kcakbokolmhofjmnajaclmabkaeangja |
الوصف | Redirects any m.wikipedia.org page to wikipedia.org |
حجم الملف | 32.26 KB |
عدد التثبيتات | 69 |
النسخة الحالية | 0.04 |
آخر تحديث | 2020-04-12 |
تاريخ النشر | 2020-04-12 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Unknown |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/dubaxx/desktop-always/issues |
اللغات المدعومة | 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" } |