Redirect skipper

Skip tracking and redirect domains on search engines, social networks, and more.

Redirect skipperとは何ですか?

Redirect skipperはartgudeleによって開発されたChromeの拡張機能で、その主な機能は「Skip tracking and redirect domains on search engines, social networks, and more.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Simple app that removes annoying redirects before navigation to a target page.
Search engines, social networks track your browsing history with such a trick.

Works on the most visited websites, and I improve the database.                    

拡張機能の基本情報

名前 Redirect skipper Redirect skipper
ID innfgppndhmajanacannnjmlfnimkegf
公式URL https://chromewebstore.google.com/detail/redirect-skipper/innfgppndhmajanacannnjmlfnimkegf
説明 Skip tracking and redirect domains on search engines, social networks, and more.
ファイルサイズ 10.57 KB
インストール数 1,272
現在のバージョン 1.5
最終更新日 2021-10-14
公開日 2021-09-07
評価 1.50/5 合計 2 レビュー
開発者 artgudele
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Redirect skipper",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Redirect skipper"
    },
    "description": "Skip tracking and redirect domains on search engines, social networks, and more.",
    "icons": {
        "128": "icon128.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "55.0",
    "name": "Redirect skipper",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "short_name": "Redirect skipper",
    "version": "1.5",
    "web_accessible_resources": [
        "fixtures\/*"
    ]
}