TubeSift Bookmarker

TubeSift Bookmarker

TubeSift Bookmarker란 무엇입니까?

TubeSift Bookmarker은(는) TubeSift에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TubeSift Bookmarker"입니다.

확장 프로그램 스크린샷

screenshot

TubeSift Bookmarker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TubeSift Bookmarker is an easy-to-use Google Chrome Extension that enables you to quickly bookmark YouTube Ads to visit later. With TubeSift Bookmarker, you can easily save the ads you see in one place and watch them anytime for insight and inspiration.                    

확장 프로그램 기본 정보

이름 TubeSift Bookmarker TubeSift Bookmarker
ID aecndiaafcbpkmhkbajidjggnhibklfe
공식 URL https://chromewebstore.google.com/detail/tubesift-bookmarker/aecndiaafcbpkmhkbajidjggnhibklfe
설명 TubeSift Bookmarker
파일 크기 891 KB
설치 횟수 10,234
현재 버전 2.8
최근 업데이트 2023-05-02
출시 날짜 2020-08-17
평점 4.87/5 총 31 개의 평점
개발자 TubeSift
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tubesiftbookmarker.com/
개인정보 보호 정책 페이지 URL https://www.tubesift.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TubeSift Bookmarker",
    "version": "2.8",
    "description": "TubeSift Bookmarker",
    "icons": {
        "512": "images\/icon-512.png",
        "256": "images\/icon-256.png",
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png"
    },
    "action": {
        "default_icon": "images\/icon-browser-action.png",
        "default_title": "TubeSift Bookmarker"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/content.css",
                "css\/pure-buttons.css",
                "css\/notyf.min.css",
                "css\/font-awesome.min.content.css"
            ],
            "js": [
                "js\/min\/notyf.min.js",
                "js\/min\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/min\/videoinfo.js",
                "fonts\/fontawesome-webfont.woff2",
                "fonts\/fontawesome-webfont.woff",
                "fonts\/fontawesome-webfont.ttf",
                "fonts\/FontAwesome.otf",
                "fonts\/fontawesome-webfont.eot",
                "fonts\/fontawesome-webfont.svg"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.tubesift.com\/*",
        "https:\/\/www.youtube.com\/*"
    ]
}