12ft redirect

This extension redirects the current tab to 12ft.io, a website that removes paywalls.

什么是12ft redirect?

12ft redirect是由brenopoggiali开发的Chrome扩展程序,该扩展的主要功能是“This extension redirects the current tab to 12ft.io, a website that removes paywalls.”。

扩展截图

screenshot

下载12ft redirect扩展crx文件

下载12ft redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension redirects the current tab to 12ft.io, a website that removes paywalls.
HOW TO USE: when you are at a page that has a paywall, just click at the extension and it will redirect you to the 12ft website of that page. This will let you read the content of that page!

Disclaimer: 12ft.io does not support this extension, although we are very thankful for their awesome platform :)                    

扩展基本信息

名称 12ft redirect 12ft redirect
ID lkndnkfpgdacnjiolbbmkfpanahchbge
官方URL https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge
简介 This extension redirects the current tab to 12ft.io, a website that removes paywalls.
文件大小 5.25 KB
安装次数 1,697
当前版本 1.0.0
更新时间 2022-04-18
上架时间 2022-04-18
评分 2.67/5 共3次评分
开发者 brenopoggiali
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "12ft redirect",
    "description": "This extension redirects the current tab to 12ft.io, a website that removes paywalls.",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_title": "Click to be redirected to the 12ft of this page."
    },
    "content_security_policy": []
}