12ft Free

Who pays $12 a year for a Chrome extension that just redirects you to another site? Not you!

12ft Free란 무엇입니까?

12ft Free은(는) edgework에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Who pays $12 a year for a Chrome extension that just redirects you to another site? Not you!"입니다.

확장 프로그램 스크린샷

screenshot

12ft Free 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Someone's charging $12 a year to redirect you to 12ft.io  That's just silly.  I wrote this in 4 minutes (I counted) and then a month later I added a context menu in 5 minutes (I counted that too). 

It's free.  Enjoy Comrades.

Just click the 12ft Icon when you're on a paywalled page to jump over to 12ft.io and read the content or you can open a link from the right-click menu in 12ft.io in a new tab.

NOTE: It seems that the 12ft.io service is no more. Some cool person replicated the service as 1ft.io and this extension now uses that.  Pour one out for 12ft.io.  :(  The name of this extension will remain the same as a memorial to the OG. 

OLD NOTE:  I am not the developer or maintainer of 12ft.io  or 1ft.io (the service). I don't know who is, there's no information available about the actual owner/maintainer.   I am only the author of this very simple Chrome extension that redirects to that service.                    

확장 프로그램 기본 정보

이름 12ft Free 12ft Free
ID ljgfopbnjccdcbmaanglicbcbhndoofa
공식 URL https://chromewebstore.google.com/detail/12ft-free/ljgfopbnjccdcbmaanglicbcbhndoofa
설명 Who pays $12 a year for a Chrome extension that just redirects you to another site? Not you!
파일 크기 275 KB
설치 횟수 12,471
현재 버전 1.2.0
최근 업데이트 2023-11-05
출시 날짜 2021-11-25
평점 4.44/5 총 32 개의 평점
개발자 edgework
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "12ft Free",
    "description": "Who pays $12 a year for a Chrome extension that just redirects you to another site? Not you!",
    "version": "1.2.0",
    "action": [],
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/icon.png"
    }
}