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

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

확장 프로그램 사용 설명서

                        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": []
}