Hosts modifier

Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file.

Was ist Hosts modifier?

Hosts modifier ist eine Chrome-Erweiterung, die von kiyoshi.yamashita entwickelt wurde, und ihr Hauptmerkmal ist "Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file.".

Erweiterungsscreenshots

screenshot
screenshot

Hosts modifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hosts modifier-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

                        Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file. Achieve seamless domain redirection with just a few clicks, bypassing the hassle of manually editing system files. Ideal for developers and users who require flexible and quick domain switching.                    

Grundlegende Informationen zur Erweiterung

Name Hosts modifier Hosts modifier
ID cmjkafkhlfpegnlhphhbpfbdblmkmden
Offizielle URL https://chromewebstore.google.com/detail/hosts-modifier/cmjkafkhlfpegnlhphhbpfbdblmkmden
Beschreibung Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file.
Dateigröße 274 KB
Installationsanzahl 131
Aktuelle Version 0.0.4
Letztes Update 2023-10-23
Veröffentlichungsdatum 2023-10-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler kiyoshi.yamashita
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "version": "0.0.4",
    "author": "kiyoshi.yamashita",
    "name": "Hosts modifier",
    "description": "Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules_1",
                "enabled": true,
                "path": "rules.f525d760.json"
            }
        ]
    }
}