Auto Link Bypasser

Extension for redirecting your Ad-Link automatically.

什麼是Auto Link Bypasser?

Auto Link Bypasser是由https://yuumari.com開發的Chrome擴展程式,該擴展的主要功能是“Extension for redirecting your Ad-Link automatically.”。

擴展截圖

screenshot

下載Auto Link Bypasser擴展crx文件

下載Auto Link Bypasser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ある特定のURL(おもに短縮リンク)を自動的にバイパス(リダイレクト)します。

You'll be able to bypass the various URLs (Shorteners' Links) in immediately!

「adf.ly」、「adfoc.us」、「shorte.st(sh.st)」、「bc.vc」、「short.am」など、たくさんのドメインに対応しています。

Extension supports many domains.

対応しているすべてのドメインはホームページから確認できます。

All supported domains can be found on our HP.

他たくさんのリンクを一度に変換したい場合は、アプリ(https://yuumari.com/bypass/)をつかって簡単にできます。😼

If you want to generate many links at once, you can easily do so by using our APP.                    

擴展基本資訊

名稱 Auto Link Bypasser Auto Link Bypasser
ID doiagnjlaingkmdjlbfalakpnphfmnoh
官方網址 https://chromewebstore.google.com/detail/auto-link-bypasser/doiagnjlaingkmdjlbfalakpnphfmnoh
簡介 Extension for redirecting your Ad-Link automatically.
檔案大小 198 KB
安裝次數 51,852
目前版本 1.6.1
更新時間 2022-06-03
上架時間 2020-02-26
評分 4.16/5 共 171 次評分
開發者 https://yuumari.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://yuumari.com/
說明頁面URL https://yuumari.com/ex/alb/
隱私政策頁面URL https://yuumari.com/privacy-policy
支援的語言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/icon-grey-16.png",
            "48": "images\/icon-grey-48.png",
            "128": "images\/icon-grey-128.png"
        }
    },
    "author": "yuumari.com",
    "background": {
        "service_worker": "background\/service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content\/script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Extension for redirecting your Ad-Link automatically.",
    "homepage_url": "https:\/\/yuumari.com\/ex\/alb\/",
    "icons": {
        "16": "images\/icon-green-16.png",
        "48": "images\/icon-green-48.png",
        "128": "images\/icon-green-128.png"
    },
    "manifest_version": 3,
    "name": "Auto Link Bypasser",
    "options_ui": {
        "open_in_tab": false,
        "page": "options\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "ALB",
    "version": "1.6.1"
}