FastForward

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

¿Qué es FastForward?

FastForward es una extensión de Chrome desarrollada por FastForward Team, y su función principal es "Don't waste your time with compliance. FastForward circumvents annoying link shorteners.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión FastForward

Descarga archivos de extensión FastForward en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre FastForward FastForward
ID icallnadddjmdinamnolclfjanhfoafe
URL Oficial https://chromewebstore.google.com/detail/fastforward/icallnadddjmdinamnolclfjanhfoafe
Descripción Don't waste your time with compliance. FastForward circumvents annoying link shorteners.
Tamaño del Archivo 484 KB
Cantidad de Instalaciones 138,954
Versión Actual 0.2369
Última Actualización 2024-01-07
Fecha de Publicación 2021-11-14
Calificación 4.57/5 Total de 221 Calificaciones
Desarrollador FastForward Team
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://fastforward.team/
URL de la Página de Ayuda https://fastforward.team/contact
URL de la Página de Política de Privacidad https://fastforward.team/privacy
Idiomas Soportados 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"
            }
        ]
    }
}