Remove URL Transfer Everywhere

Remove URL Transfer everywhere with the rules you set

Remove URL Transfer Everywhereคืออะไร?

Remove URL Transfer Everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hoothin และคุณลักษณะหลักของมันคือ "Remove URL Transfer everywhere with the rules you set"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove URL Transfer Everywhere

ดาวน์โหลดไฟล์ส่วนขยาย Remove URL Transfer Everywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Remove URL Transfer Everywhere Remove URL Transfer Everywhere
ID iflffmccfajoabhllglecneiglakjgna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remove-url-transfer-every/iflffmccfajoabhllglecneiglakjgna
คำอธิบาย Remove URL Transfer everywhere with the rules you set
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 2,755
เวอร์ชันปัจจุบัน 1.2.8
อัปเดตครั้งล่าสุด 2021-11-26
วันที่เผยแพร่ 2018-07-31
คะแนน 2.57/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา Hoothin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}