Domain Changer
Simple Domain Changer
What is Domain Changer?
Domain Changer is a Chrome extension developed by eungoo jung, and its main feature is "Simple Domain Changer".
Extension Screenshots
Download Domain Changer Extension CRX File
Download Domain Changer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simply to change domain https://github.com/SilverNine/DomainChanger
Extension Basic Information
Name | Domain Changer |
ID | johlplegcoeinbndombihjaehcnmpljn |
Official URL | https://chromewebstore.google.com/detail/domain-changer/johlplegcoeinbndombihjaehcnmpljn |
Description | Simple Domain Changer |
File Size | 252 KB |
Installation Count | 151 |
Current Version | 1.0 |
Last Updated | 2015-12-14 |
Publish Date | 2015-12-14 |
Rating | 4.33/5 Total 6 Ratings |
Developer | eungoo jung |
[email protected] | |
Payment Type | free |
Extension Website | http://silvernine.me |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Domain Changer", "description": "Simple Domain Changer", "version": "1.0", "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage" ] } |