NoRef
Copies URL without referral data.
什麼是NoRef?
NoRef是由BPPlugins開發的Chrome擴展程式,該擴展的主要功能是“Copies URL without referral data.”。
擴展截圖
下載NoRef擴展crx文件
下載NoRef擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
NoRef allows you to quickly copy your current URL while removing unnecessary and potentially very long referral data (ex. ?ref=123). You can set your own key macro of up to 3 keys to copy the URL without referral, or in the cases of some sites like YouTube where referral info is needed you can set a key macro to copy the entire URL. NoRef also stores all of your recently copied URL's (on your local machine, not in the cloud) and you can delete them all or just certain ones.
擴展基本資訊
名稱 | NoRef |
ID | fpniolccemebmaihgabdpdkbdcmpikab |
官方網址 | https://chromewebstore.google.com/detail/noref/fpniolccemebmaihgabdpdkbdcmpikab |
簡介 | Copies URL without referral data. |
檔案大小 | 257 KB |
安裝次數 | 27 |
目前版本 | 2 |
更新時間 | 2022-07-26 |
上架時間 | 2022-07-26 |
評分 | 5.00/5 共 2 次評分 |
開發者 | BPPlugins |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NoRef", "version": "2", "description": "Copies URL without referral data.", "icons": { "48": ".\/border-48.png" }, "permissions": [ "clipboardWrite", "storage" ], "action": { "default_icon": ".\/border-48.png", "default_title": "NoRef", "default_popup": "noRef.html" }, "content_scripts": [ { "matches": [ " |