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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Ngelink Ngelink
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
Eメール [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"
            ]
        }
    ]
}