Temporary Mobile View

View current page in the mobile-friendly format by spoofing Android or iOS user-agent string on request header and JavaScript sides

Temporary Mobile View क्या है?

Temporary Mobile View lunu.bounir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View current page in the mobile-friendly format by spoofing Android or iOS user-agent string on request header and JavaScript sides"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Temporary Mobile View एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension toggles a website's view to its mobile version if the server supports a mobile-friendly option. Please note that this change is temporary, and you can return to the default desktop view by clicking the action button once more. Additionally, you can select different devices, such as Android, iOS, and Kindle, from the right-click context menu. The user-agent string for each device can be configured on the options page.

Important Points:
1. To revert to the regular mode, click the browser's action button.
2. To switch between view modes, use the right-click context menu options.
3. Some websites employ distinct URLs for their mobile-friendly versions, often redirecting users to the mobile version (e.g., en.wikipedia.org => en.m.wikipedia.org). In such cases, even after a refresh, you will remain on the mobile-friendly hostname. Be sure to correct the address in the address bar before refreshing the page.                    

एक्सटेंशन की मूल जानकारी

नाम Temporary Mobile View Temporary Mobile View
ID jjlfibmkaaopacmmbnlimpnghciipjfo
आधिकारिक URL https://chromewebstore.google.com/detail/temporary-mobile-view/jjlfibmkaaopacmmbnlimpnghciipjfo
विवरण View current page in the mobile-friendly format by spoofing Android or iOS user-agent string on request header and JavaScript sides
फ़ाइल का आकार 47.07 KB
स्थापना संख्या 3,637
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2023-09-08
प्रकाशन तिथि 2019-11-06
रेटिंग 2.63/5 कुल 8 रेटिंग्स
डेवलपर lunu.bounir
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webextension.org/listing/mobile-view.html
सहायता पृष्ठ URL https://webextension.org/listing/mobile-view.html
गोपनीयता नीति पृष्ठ URL https://add0n.com/policies/lunu.bounir.txt
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.2",
    "name": "Temporary Mobile View",
    "description": "View current page in the mobile-friendly format by spoofing Android or iOS user-agent string on request header and JavaScript sides",
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/mobile-view.html",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "options_ui": {
        "page": "\/data\/options\/index.html"
    },
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}