Tube Hunt

Tube Hunt is a crowdsourced platform to help users discover content on the other side of the YouTube ecosystem and help serious…

Tube Hunt란 무엇입니까?

Tube Hunt은(는) Tube Hunt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tube Hunt is a crowdsourced platform to help users discover content on the other side of the YouTube ecosystem and help serious…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tube Hunt 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tube Hunt is a crowdsourced platform to help users discover content on the other side of the YouTube ecosystem and help serious content creators to gain more organic traffic.  

Beta version of the Tube Hunt browser extension allows you to submit YouTube channels you like and clap on YouTube channels submitted by our community.                    

확장 프로그램 기본 정보

이름 Tube Hunt Tube Hunt
ID eeaedbnnncfnobgbhahgdahogoedckbi
공식 URL https://chromewebstore.google.com/detail/tube-hunt/eeaedbnnncfnobgbhahgdahogoedckbi
설명 Tube Hunt is a crowdsourced platform to help users discover content on the other side of the YouTube ecosystem and help serious…
파일 크기 4.91 MB
설치 횟수 28
현재 버전 0.1.2
최근 업데이트 2020-09-24
출시 날짜 2020-09-20
평점 5.00/5 총 1 개의 평점
개발자 Tube Hunt
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.reddit.com/r/TubeHunt/
도움말 페이지 URL https://www.reddit.com/r/TubeHunt/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tube Hunt",
    "version": "0.1.2",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/"
            ],
            "css": [
                "channel.css"
            ],
            "js": [
                "content-bundle.js",
                "background-bundle.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background-bundle.js"
        ]
    },
    "oauth2": {
        "client_id": "221785724000-g8792sv5nd156g57o98l8v6uocq9p594.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr0vrNxcH4rJJz3Iq4+EZBJLYq93ohps633xYRc6dRYDka1rdnRs5Yqmlcbd8BEAkbrdOHwAejFF1w4AsctHekwc4bChbY9OUTeuCOoLrUAkBqAuHDXoI0Djy56SKr+PwtNGkOJhQdbonCEwKb13gT6Bwy8NJI63eDzd\/byYnYt+eOReEBjRKBE55UyJ8ycMJKPlFDuPkdIKcXYxhsEkYTIrh9g2VpRi8elLsPKswxatzMs7ODnjmdUxIOTps9yVe01PSM5724bH8IH1XUu5i06Ca4aX6mmGoQ1jiu5WeGbXU8dAyiVeCLg7\/B2qyrSR4UfjdynqH0k5CF59BtFJ+mQIDAQAB",
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "download.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/us-central1-tube-hunt.cloudfunctions.net\/app\/api\/*",
        {
            "web_accessible_resources": [
                "channel.css"
            ]
        },
        "identity"
    ]
}