Dusty Link Notificator

多くのネットユーザーにとって不要・危険と思われるリンクをわかりやすくします。

What is Dusty Link Notificator?

Dusty Link Notificator is a Chrome extension developed by watchdog, and its main feature is "多くのネットユーザーにとって不要・危険と思われるリンクをわかりやすくします。".

Extension Screenshots

screenshot

Download Dusty Link Notificator Extension CRX File

Download Dusty Link Notificator 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

                        「仮想通貨やブログ収入で稼ぎたい!」という人々の気持ちに付け入って、様々な情報や商材を売りつける利己的なアフィリエイトへのリンクを解りやすい形にし、アフィリエイトリンクを踏むか踏まないかを自分で判断するための表示を表示中のページに追加します。
人々が仮想通貨バブルに沸いた2017〜2018年。仮想通貨取引所やICOへのアフィリエイトリンクを掲載したブログが量産され、多くの被害者を生み出しました。
アフィリエイトリンクという理解無しに、「おすすめの仮想通貨取引所はこちら!」といった誘導に釣られた人々も多く、そうした被害を少なくするための拡張機能です。

※機能的にはまだまだ不足していると思いますので、レビューを頂ければ随時改善していきます。

*****
更新履歴
v1.0:仮想通貨アフィリエイトリンクおよび、主要なアフィリエイトサービスリンクに対応
v1.1:無料動画サイトで押す必要の無い不要なリンクに対応                    

Extension Basic Information

Name Dusty Link Notificator Dusty Link Notificator
ID beihgkeafliiggphgemefoaadglnkkek
Official URL https://chromewebstore.google.com/detail/dusty-link-notificator/beihgkeafliiggphgemefoaadglnkkek
Description 多くのネットユーザーにとって不要・危険と思われるリンクをわかりやすくします。
File Size 114 KB
Installation Count 38
Current Version 1.1
Last Updated 2018-02-15
Publish Date 2018-02-15
Developer watchdog
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dusty Link Notificator",
    "description": "\u591a\u304f\u306e\u30cd\u30c3\u30c8\u30e6\u30fc\u30b6\u30fc\u306b\u3068\u3063\u3066\u4e0d\u8981\u30fb\u5371\u967a\u3068\u601d\u308f\u308c\u308b\u30ea\u30f3\u30af\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u307e\u3059\u3002",
    "version": "1.1",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "DustyLinkNotificator",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "permissions": []
}