Replace URL
Replace URL in the address bar.
What is Replace URL?
Replace URL is a Chrome extension developed by decoy123, and its main feature is "Replace URL in the address bar.".
Extension Screenshots
Download Replace URL Extension CRX File
Download Replace URL 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
Replace URL replace the specified words with new words in the address bar. 1. Please specify old words(or regular expressions) and new words on option page. 2. Click this extension's icon. And automatically move to the new URL.
Extension Basic Information
Name | Replace URL |
ID | oeiokhhfnleodojlgieagmmcfglamnaa |
Official URL | https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa |
Description | Replace URL in the address bar. |
File Size | 171 KB |
Installation Count | 2,497 |
Current Version | 1.0.2 |
Last Updated | 2022-09-24 |
Publish Date | 2017-04-05 |
Rating | 3.29/5 Total 17 Ratings |
Developer | decoy123 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/decoy123/replace_url |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Replace URL", "version": "1.0.2", "description": "Replace URL in the address bar.", "icons": [], "permissions": [ "tabs", "storage" ], "action": { "default_icon": [], "default_title": "Replace URL" }, "options_ui": { "page": ".\/src\/self\/html\/options.html" }, "background": { "service_worker": ".\/src\/gen\/index.bundle.js" } } |