Irasubhost Download

Irasubhost Download File

Irasubhost Download란 무엇입니까?

Irasubhost Download은(는) familyfrinedstv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Irasubhost Download File"입니다.

확장 프로그램 스크린샷

screenshot

Irasubhost Download 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ***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"
    }
}