4cUrls

最舒服的網頁體驗,4xDev ^^

What is 4cUrls?

4cUrls is a Chrome extension developed by https://ivcurls.web.app, and its main feature is "最舒服的網頁體驗,4xDev ^^".

Extension Screenshots

screenshot
screenshot
screenshot

Download 4cUrls Extension CRX File

Download 4cUrls 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

                        完美複製網址!

// 每次複製到中文網址再貼上都會是亂碼,貼了就很煩 ( ˘•ω•˘ )
// 每次網址列都帶有一堆參數,看了就很煩 ʅ(´◔౪◔)ʃ
// 請了小精靈通通把網址多餘的參數吃掉 σ`∀´)σ
// 如果喜歡這個小工具歡迎評論 + 5 ★
// 官方網站可以查看歷史版本說明:https://ivcurls.web.app/
// 擴充功能已更新至 Manifest V3

---

v3.0.0 針對系統即將停止支援 Manifest V2 擴充功能,將擴充功能更新至 V3。
v3.0.2 修復無法複製連結問題。
v3.0.3 修復複製YT短連結問題。

---
注意事項:
移除參數可能會造成部分網頁無法正常使用,因此如果有遇上安裝此工具造成頁面無法正常顯示,歡迎回報給開發者,讓此工具更加完善 ^^
如果僅需要複製中文網址後貼上不會是亂碼的功能,可以選擇使用4cUrls Lite 。                    

Extension Basic Information

Name 4cUrls 4cUrls
ID ipfkfdlkklegfkepbopdfhogghpefkkb
Official URL https://chromewebstore.google.com/detail/4curls/ipfkfdlkklegfkepbopdfhogghpefkkb
Description 最舒服的網頁體驗,4xDev ^^
File Size 143 KB
Installation Count 865
Current Version 3.0.3
Last Updated 2024-01-31
Publish Date 2020-04-08
Rating 5.00/5 Total 3 Ratings
Developer https://ivcurls.web.app
Email [email protected]
Payment Type free
Extension Website https://ivcurls.web.app/
Help Page URL https://ivcurls.web.app/
Privacy Policy Page URL https://4-x.tw/privacy-policy
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "4cUrls",
    "short_name": "4cUrls",
    "description": "\u6700\u8212\u670d\u7684\u7db2\u9801\u9ad4\u9a57\uff0c4xDev ^^",
    "version": "3.0.3",
    "action": {
        "default_title": "4cUrls",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.com.tw\/*",
                "https:\/\/accounts.google.com\/*",
                "https:\/\/myaccount.google.com\/*",
                "https:\/\/accounts.firefox.com\/*"
            ],
            "js": [
                "jquery-3.4.1.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}