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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tube Hunt และคุณลักษณะหลักของมันคือ "Tube Hunt is a crowdsourced platform to help users discover content on the other side of the YouTube ecosystem and help serious…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tube Hunt

ดาวน์โหลดไฟล์ส่วนขยาย Tube Hunt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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