Ngelink
Automatically replace censored URL from Facebook post, and make it clickable.
What is Ngelink?
Ngelink is a Chrome extension developed by jnckmedia, and its main feature is "Automatically replace censored URL from Facebook post, and make it clickable.".
Extension Screenshots
Download Ngelink Extension CRX File
Download Ngelink 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
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.
Extension Basic Information
Name | |
ID | cheiljmjkgjmildfjkpddmejmhjnanmk |
Official URL | https://chrome.google.com/webstore/detail/ngelink/cheiljmjkgjmildfjkpddmejmhjnanmk |
Description | Automatically replace censored URL from Facebook post, and make it clickable. |
File Size | 53.62 KB |
Installation Count | 60 |
Current Version | 1.4 |
Last Updated | 2020-04-15 |
Publish Date | 2020-04-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | jnckmedia |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |