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 |
| 官方URL | 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"
]
}
]
} | |