Ngelink
Automatically replace censored URL from Facebook post, and make it clickable.
Wat is Ngelink?
Ngelink is een Chrome-extensie ontwikkeld door jnckmedia, en de belangrijkste functie is "Automatically replace censored URL from Facebook post, and make it clickable.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ngelink
Download Ngelink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cheiljmjkgjmildfjkpddmejmhjnanmk |
Officiële URL | https://chrome.google.com/webstore/detail/ngelink/cheiljmjkgjmildfjkpddmejmhjnanmk |
Beschrijving | Automatically replace censored URL from Facebook post, and make it clickable. |
Bestandsgrootte | 53.62 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2020-04-15 |
Publicatiedatum | 2020-04-15 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jnckmedia |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |