Irasubhost Download

Irasubhost Download File

什么是Irasubhost Download?

Irasubhost Download是由familyfrinedstv开发的Chrome扩展程序,该扩展的主要功能是“Irasubhost Download File”。

扩展截图

screenshot

下载Irasubhost Download扩展crx文件

下载Irasubhost Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ***Educational program made available to member irasubhost.com***

============ Used for custom user-agent making ============

Developing a site that needs to work on both mobile browsers and desktop browsers?

this extension you can quickly and easily switch between user-agent strings.

note that this does not provide better privacy while browsing the internet and that some sites may have other ways of determining if the browser is not an imposter calling this extension may affect. Your web browsing performance because of the necessity To intercept and modify information communicated to the server

If some sites have problems after using a mobile user agent and they won't revert no matter what you spoofing, you will need to change the user-agent back to Chrome * and * clear your cookies for the site to do. Browser as usual again

Recommend ** Use Download file > 50 mb for member irasubhost.com                    

扩展基本信息

名称 Irasubhost Download Irasubhost Download
ID hlpkiefeeipdioepgdemnfnodeejdnfe
官方URL https://chromewebstore.google.com/detail/irasubhost-download/hlpkiefeeipdioepgdemnfnodeejdnfe
简介 Irasubhost Download File
文件大小 13.98 KB
安装次数 135
当前版本 1.0.2
更新时间 2020-12-26
上架时间 2020-12-26
评分 5.00/5 共1次评分
开发者 familyfrinedstv
电子邮箱 [email protected]
付费类型 free
扩展官网 http://irasubhost.com/
帮助页面URL http://irasubhost.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Irasubhost Download",
    "description": "Irasubhost Download File ",
    "version": "1.0.2",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "ua-icon-16.png",
        "48": "ua-icon-48.png",
        "128": "ua-icon-128.png"
    }
}