Auto Link Bypasser

Extension for redirecting your Ad-Link automatically.

Auto Link Bypasser là gì?

Auto Link Bypasser là một tiện ích mở rộng Chrome được phát triển bởi https://yuumari.com, và tính năng chính của nó là "Extension for redirecting your Ad-Link automatically.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Link Bypasser

Tải xuống các tệp mở rộng Auto Link Bypasser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ある特定の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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Link Bypasser Auto Link Bypasser
ID doiagnjlaingkmdjlbfalakpnphfmnoh
URL Chính Thức https://chromewebstore.google.com/detail/auto-link-bypasser/doiagnjlaingkmdjlbfalakpnphfmnoh
Mô tả Extension for redirecting your Ad-Link automatically.
Kích Thước Tệp 198 KB
Số Lần Cài Đặt 51,852
Phiên Bản Hiện Tại 1.6.1
Cập Nhật Lần Cuối 2022-06-03
Ngày Phát Hành 2020-02-26
Đánh Giá 4.16/5 Tổng số 171 Đánh Giá
Nhà Phát Triển https://yuumari.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yuumari.com/
URL Trang Trợ Giúp https://yuumari.com/ex/alb/
URL Trang Chính Sách Bảo Mật https://yuumari.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}