Ngelink
Automatically replace censored URL from Facebook post, and make it clickable.
什麼是Ngelink?
Ngelink是由jnckmedia開發的Chrome擴展程式,該擴展的主要功能是“Automatically replace censored URL from Facebook post, and make it clickable.”。
擴展截圖
下載Ngelink擴展crx文件
下載Ngelink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Auto replace censored URL from Facebook post. Example : 1. google*com 2. google(.)com 3. google#com etc Replace to normal URL, and make it clickable. Update regex pattern.
擴展基本資訊
名稱 | |
ID | cheiljmjkgjmildfjkpddmejmhjnanmk |
官方網址 | https://chrome.google.com/webstore/detail/ngelink/cheiljmjkgjmildfjkpddmejmhjnanmk |
簡介 | Automatically replace censored URL from Facebook post, and make it clickable. |
檔案大小 | 53.62 KB |
安裝次數 | 60 |
目前版本 | 1.4 |
更新時間 | 2020-04-15 |
上架時間 | 2020-04-15 |
評分 | 5.00/5 共 2 次評分 |
開發者 | jnckmedia |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ngelink", "version": "1.4", "description": "Automatically replace censored URL from Facebook post, and make it clickable.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "homepage_url": "https:\/\/jnckmedia.com", "permissions": [ "activeTab", "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "src\/jquery.js", "src\/aksi.js" ] } ] } |