Demobilizer
This extension will direct a user to the non-mobile version of a website if they are on the mobile version.
What is Demobilizer?
Demobilizer is a Chrome extension developed by johnalexcasey, and its main feature is "This extension will direct a user to the non-mobile version of a website if they are on the mobile version.".
Extension Screenshots
Download Demobilizer Extension CRX File
Download Demobilizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will direct a user to the non-mobile version of a website if they are on the mobile version of said website. It is specifically geared towards the mobile Wikipedia and Reddit website, though I will try to update it to work with others.
Extension Basic Information
Name | Demobilizer |
ID | kmbnmnjepplgbockdkjibpdgfikklioh |
Official URL | https://chromewebstore.google.com/detail/demobilizer/kmbnmnjepplgbockdkjibpdgfikklioh |
Description | This extension will direct a user to the non-mobile version of a website if they are on the mobile version. |
File Size | 18.01 KB |
Installation Count | 38 |
Current Version | 0.0.4 |
Last Updated | 2016-10-02 |
Publish Date | 2016-10-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | johnalexcasey |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Demobilizer", "description": "This extension will direct a user to the non-mobile version of a website if they are on the mobile version.", "version": "0.0.4", "browser_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ " |