copy-clean-url
Copy a url, without any tracking and obfuscation
copy-clean-urlとは何ですか?
copy-clean-urlはBackslasherによって開発されたChromeの拡張機能で、その主な機能は「Copy a url, without any tracking and obfuscation」です。
拡張機能のスクリーンショット
copy-clean-url拡張機能のCRXファイルをダウンロード
copy-clean-url拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This addon copies a URL, but strips out any redirects or tracking IDs. You will get a clean URL.
I'm currently handling only Facebook, but I will add more as the need arises. 拡張機能の基本情報
| 名前 | |
| ID | hgabmjhapckfljffgamminipchfjddka |
| 公式URL | https://chromewebstore.google.com/detail/copy-clean-url/hgabmjhapckfljffgamminipchfjddka |
| 説明 | Copy a url, without any tracking and obfuscation |
| ファイルサイズ | 32.92 KB |
| インストール数 | 162 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2023-05-03 |
| 公開日 | 2023-03-16 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | Backslasher |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/BackSlasher/chrome-extensions-copy-clean-url/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"homepage_url": "http:\/\/chrome.google.com\/webstore",
"version": "0.0.2",
"manifest_version": 3,
"default_locale": "en",
"minimum_chrome_version": "88",
"permissions": [
"contextMenus",
"clipboardWrite",
"activeTab",
"scripting"
],
"icons": {
"128": "assets\/img\/128x128.png"
},
"action": {
"default_icon": {
"16": "assets\/img\/16x16.png",
"24": "assets\/img\/24x24.png",
"32": "assets\/img\/32x32.png"
},
"default_title": "__MSG_appName__"
},
"version_name": "0.0.2",
"background": {
"service_worker": "background.js"
}
} | |