FastForward

Don't waste your time with compliance. FastForward circumvents annoying link shorteners.

FastForward란 무엇입니까?

FastForward은(는) FastForward Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Don't waste your time with compliance. FastForward circumvents annoying link shorteners."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FastForward 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        FastForward circumvents sites which make you wait (like adf.ly), make you do something (e.g., show.co and sub2unlock.com) and even trackers (such as bit.ly and t.co)! It also helps to prevent your IP address from being logged by sites by blocking them.

*It Does Not Bypass Paywalls!*

Privacy note:
When you have the "Crowd Bypass" option enabled, we record some links of link shortners that you visit to allow other uses to bypass them faster. This also collects a hashed version of your public IP address. See our privacy policy for more details. https://fastforward.team/privacy

We have a Discord, https://discord.gg/RSAf7b5njt
We have a GitHub, https://github.com/FastForwardTeam/FastForward
Visit https://fastforward.team/ for more information.                    

확장 프로그램 기본 정보

이름 FastForward FastForward
ID icallnadddjmdinamnolclfjanhfoafe
공식 URL https://chromewebstore.google.com/detail/fastforward/icallnadddjmdinamnolclfjanhfoafe
설명 Don't waste your time with compliance. FastForward circumvents annoying link shorteners.
파일 크기 484 KB
설치 횟수 138,954
현재 버전 0.2369
최근 업데이트 2024-01-07
출시 날짜 2021-11-14
평점 4.57/5 총 221 개의 평점
개발자 FastForward Team
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fastforward.team/
도움말 페이지 URL https://fastforward.team/contact
개인정보 보호 정책 페이지 URL https://fastforward.team/privacy
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ta,te,kn-IN,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "48": "icon\/48.png",
        "128": "icon\/128.png",
        "150": "icon\/150.png",
        "176": "icon\/176.png",
        "512": "icon\/512.png"
    },
    "default_locale": "en",
    "name": "FastForward",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/fastforward.team",
    "version": "0.2369",
    "author": "FastForward Team",
    "incognito": "split",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/before-navigate.html",
                "html\/blocked.html",
                "html\/crowd-bypassed.html",
                "html\/tracker-bypass.html",
                "html\/options.html",
                "icon\/48.png",
                "injection_script.js",
                "bypasses\/*",
                "helpers\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ipLoggerRuleset",
                "enabled": true,
                "path": "ip_logger_blocker.json"
            },
            {
                "id": "trackerRuleset",
                "enabled": false,
                "path": "tracker_bypass.json"
            }
        ]
    }
}