Hosts modifier
Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file.
Wat is Hosts modifier?
Hosts modifier is een Chrome-extensie ontwikkeld door kiyoshi.yamashita, en de belangrijkste functie is "Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hosts modifier
Download Hosts modifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hosts modifier |
ID | cmjkafkhlfpegnlhphhbpfbdblmkmden |
Officiële URL | https://chromewebstore.google.com/detail/hosts-modifier/cmjkafkhlfpegnlhphhbpfbdblmkmden |
Beschrijving | Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file. |
Bestandsgrootte | 274 KB |
Aantal Installaties | 131 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2023-10-23 |
Publicatiedatum | 2023-10-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kiyoshi.yamashita |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } } |