12ft redirect

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

What is 12ft redirect?

12ft redirect is a Chrome extension developed by brenopoggiali, and its main feature is "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".

Extension Screenshots

screenshot

Download 12ft redirect Extension CRX File

Download 12ft redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 :)                    

Extension Basic Information

Name 12ft redirect 12ft redirect
ID lkndnkfpgdacnjiolbbmkfpanahchbge
Official URL https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge
Description This extension redirects the current tab to 12ft.io, a website that removes paywalls.
File Size 5.25 KB
Installation Count 1,697
Current Version 1.0.0
Last Updated 2022-04-18
Publish Date 2022-04-18
Rating 2.67/5 Total 3 Ratings
Developer brenopoggiali
Email [email protected]
Payment Type free
Supported Languages 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": []
}