DM Redirect

Blocks selected sites by redirecting to another site of your choice.

DM Redirectとは何ですか?

DM Redirectはemmavioletmakinsonによって開発されたChromeの拡張機能で、その主な機能は「Blocks selected sites by redirecting to another site of your choice.」です。

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

DM Redirect拡張機能のCRXファイルをダウンロード

DM Redirect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Controversial confession: I spend a lot of time on The Daily Mail website. I've tried to stop, but I'm pretty sure my fingers have it on autopilot. This extension was originally designed to redirect to The Guardian every time I tried to visit The Daily Mail website.

To celebrate many months of being Daily Mail free, I've now extended DM Redirect so it can block and redirect to any sites you like. To change settings, just click the extension icon.

It still tracks absolutely nothing except to identify when you type the name of a blocked site in your url bar.                    

拡張機能の基本情報

名前 DM Redirect DM Redirect
ID pfbdhjecpnbopodopafogoggcbpojdci
公式URL https://chromewebstore.google.com/detail/dm-redirect/pfbdhjecpnbopodopafogoggcbpojdci
説明 Blocks selected sites by redirecting to another site of your choice.
ファイルサイズ 56.44 KB
インストール数 24
現在のバージョン 1.02
最終更新日 2019-06-27
公開日 2019-06-27
評価 2.00/5 合計 4 レビュー
開発者 emmavioletmakinson
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DM Redirect",
    "version": "1.02",
    "description": "Blocks selected sites by redirecting to another site of your choice.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "app\/views\/status.html",
        "default_icon": "redirect_icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}