swap

URL redirect tool for debugging

What is swap?

swap is a Chrome extension developed by https://kylepeluso.com, and its main feature is "URL redirect tool for debugging".

Extension Screenshots

screenshot
screenshot

Download swap Extension CRX File

Download swap 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

                        Swap can be used to redirect complete or partial URLs. This helpful for debugging and developing sites. The extension indicates in the toolbar when rules are active to prevent you from unintentionally redirecting after you are done.                    

Extension Basic Information

Name swap swap
ID llknmdaghmhoccmohpnkikakpdmaocdj
Official URL https://chromewebstore.google.com/detail/swap/llknmdaghmhoccmohpnkikakpdmaocdj
Description URL redirect tool for debugging
File Size 88.96 KB
Installation Count 47
Current Version 1.1.0
Last Updated 2021-09-19
Publish Date 2021-09-13
Rating 5.00/5 Total 3 Ratings
Developer https://kylepeluso.com
Email [email protected]
Payment Type free
Extension Website https://kylepeluso.com/swap
Privacy Policy Page URL https://kylepeluso.com/swap/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "swap",
    "version": "1.1.0",
    "description": "URL redirect tool for debugging",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "swap",
        "default_icon": "icons\/s-logo-tigre-128.png"
    },
    "icons": {
        "16": "icons\/s-logo-tigre-16.png",
        "48": "icons\/s-logo-tigre-48.png",
        "128": "icons\/s-logo-tigre-128.png"
    },
    "manifest_version": 2
}