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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ある特定の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
공식 URL 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"
}