Irasubhost Download

Irasubhost Download File

Was ist Irasubhost Download?

Irasubhost Download ist eine Chrome-Erweiterung, die von familyfrinedstv entwickelt wurde, und ihr Hauptmerkmal ist "Irasubhost Download File".

Erweiterungsscreenshots

screenshot

Irasubhost Download-Erweiterungs-CRX-Datei herunterladen

Laden Sie Irasubhost Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Irasubhost Download Irasubhost Download
ID hlpkiefeeipdioepgdemnfnodeejdnfe
Offizielle URL https://chromewebstore.google.com/detail/irasubhost-download/hlpkiefeeipdioepgdemnfnodeejdnfe
Beschreibung Irasubhost Download File
Dateigröße 13.98 KB
Installationsanzahl 135
Aktuelle Version 1.0.2
Letztes Update 2020-12-26
Veröffentlichungsdatum 2020-12-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler familyfrinedstv
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://irasubhost.com/
Hilfeseite URL http://irasubhost.com/
Unterstützte Sprachen 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"
    }
}