Remove URL Transfer Everywhere

Remove URL Transfer everywhere with the rules you set

Remove URL Transfer Everywhere là gì?

Remove URL Transfer Everywhere là một tiện ích mở rộng Chrome được phát triển bởi Hoothin, và tính năng chính của nó là "Remove URL Transfer everywhere with the rules you set".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove URL Transfer Everywhere

Tải xuống các tệp mở rộng Remove URL Transfer Everywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove URL Transfer Everywhere Remove URL Transfer Everywhere
ID iflffmccfajoabhllglecneiglakjgna
URL Chính Thức https://chromewebstore.google.com/detail/remove-url-transfer-every/iflffmccfajoabhllglecneiglakjgna
Mô tả Remove URL Transfer everywhere with the rules you set
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 2,755
Phiên Bản Hiện Tại 1.2.8
Cập Nhật Lần Cuối 2021-11-26
Ngày Phát Hành 2018-07-31
Đánh Giá 2.57/5 Tổng số 44 Đánh Giá
Nhà Phát Triển Hoothin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}