12ft

Hop the paywall, browse a cleaner web

12ft란 무엇입니까?

12ft은(는) Thomas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hop the paywall, browse a cleaner web"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        12ft Pro is a browser extension that will automatically remove paywalls, banner ads, and other popups your favorite websites. You can try the service for free at 12ft.io, the extension just does it better and automatically.                    

확장 프로그램 기본 정보

이름 12ft 12ft
ID nmccamaemgaapokidgbgackjeedocejl
공식 URL https://chromewebstore.google.com/detail/12ft/nmccamaemgaapokidgbgackjeedocejl
설명 Hop the paywall, browse a cleaner web
파일 크기 909 KB
설치 횟수 2,175
현재 버전 1.01
최근 업데이트 2021-08-31
출시 날짜 2021-05-30
평점 2.00/5 총 18 개의 평점
개발자 Thomas
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://12ft.io
도움말 페이지 URL https://12ft.io/support
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "12ft",
    "version": "1.01",
    "description": "Hop the paywall, browse a cleaner web",
    "author": "Thomas Millar",
    "icons": {
        "128": "icons\/12ft-icon-dark-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_name": "12ft",
        "default_title": "12ft \u2013 Hop the paywall",
        "default_icon": {
            "128": "icons\/12ft-icon-128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}