Remove URL Transfer Everywhere

Remove URL Transfer everywhere with the rules you set

What is Remove URL Transfer Everywhere?

Remove URL Transfer Everywhere is a Chrome extension developed by Hoothin, and its main feature is "Remove URL Transfer everywhere with the rules you set".

Extension Screenshots

screenshot

Download Remove URL Transfer Everywhere Extension CRX File

Download Remove URL Transfer Everywhere 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 Basic Information

Name Remove URL Transfer Everywhere Remove URL Transfer Everywhere
ID iflffmccfajoabhllglecneiglakjgna
Official URL https://chromewebstore.google.com/detail/remove-url-transfer-every/iflffmccfajoabhllglecneiglakjgna
Description Remove URL Transfer everywhere with the rules you set
File Size 118 KB
Installation Count 2,755
Current Version 1.2.8
Last Updated 2021-11-26
Publish Date 2018-07-31
Rating 2.57/5 Total 44 Ratings
Developer Hoothin
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.8",
    "default_locale": "en",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png"
    },
    "action": {
        "default_icon": "favicon.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}