URL Auto Splicer

Redirect you to self-constructed URL instantly with context selection

What is URL Auto Splicer?

URL Auto Splicer is a Chrome extension developed by crispgm, and its main feature is "Redirect you to self-constructed URL instantly with context selection".

Extension Screenshots

screenshot

Download URL Auto Splicer Extension CRX File

Download URL Auto Splicer 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

                        URLAutoSplicer is a simple Chrome Extension, which redirects you to self-constructed URL instantly with context selection.

It is now in beta! You may report issues in https://github.com/URLAutoRedirector/URLAutoSplicer/issues                    

Extension Basic Information

Name URL Auto Splicer URL Auto Splicer
ID kmlnjaeipdljbegfnfofknfaeojgojgm
Official URL https://chromewebstore.google.com/detail/url-auto-splicer/kmlnjaeipdljbegfnfofknfaeojgojgm
Description Redirect you to self-constructed URL instantly with context selection
File Size 62.81 KB
Installation Count 33
Current Version 1.0.0 beta2
Last Updated 2017-10-21
Publish Date 2017-10-20
Rating 5.00/5 Total 1 Ratings
Developer crispgm
Email [email protected]
Payment Type free
Extension Website https://urlautoredirector.github.io/URLAutoSplicer/
Help Page URL https://github.com/URLAutoRedirector/URLAutoSplicer/issues
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Auto Splicer",
    "short_name": "URLAutoSplicer",
    "version": "1.0.2",
    "version_name": "1.0.0 beta2",
    "description": "__MSG_ext_description__",
    "author": "David Zhang",
    "homepage_url": "https:\/\/urlautoredirector.github.io\/URLAutoSplicer\/",
    "options_page": "options.html",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "32": "images\/icon-32.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'",
    "default_locale": "en",
    "manifest_version": 2
}