Launch

Find new games and live streams on Twitch and YouTube games. Get automatic notifications when your favorite stream goes online.

Launchคืออะไร?

Launch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://launch.am และคุณลักษณะหลักของมันคือ "Find new games and live streams on Twitch and YouTube games. Get automatic notifications when your favorite stream goes online."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Find your favorite game streams with Launch!

Launch is the new live stream search engine that automatically keeps track of your favorite streams.

Our Chrome extension lets you view all your followed streams right in the browser and keeps you notified automatically when your favorite stream goes online.

Never miss your favorite stream again!

Required permissions:
'Display Notifications' - this permission allows us to send you a notification when your followed stream goes online
'Set your new tab to Launch.am' - this permission is needed for the “New Tab”page so you can find your followed streams and search for new ones.
'Set your default search' - this permission changes your default search to be powered by Bing

Privacy:
Your privacy matters. Here's how we protect it: https://launch.am/privacy

TOS: https://launch.am/terms                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Launch Launch
ID kpbdaaemjmcpnacfkdjiohoifagldhml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/launch/kpbdaaemjmcpnacfkdjiohoifagldhml
คำอธิบาย Find new games and live streams on Twitch and YouTube games. Get automatic notifications when your favorite stream goes online.
ขนาดไฟล์ 791 KB
จำนวนการติดตั้ง 5,020
เวอร์ชันปัจจุบัน 1.0.112
อัปเดตครั้งล่าสุด 2020-07-23
วันที่เผยแพร่ 2020-04-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://launch.am
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://launch.am
URL หน้าช่วยเหลือ https://launch.am/contact
URL หน้านโยบายความเป็นส่วนตัว https://launch.am/privacy
ภาษาที่รองรับ de,en,fr,tr,da,es,it,pl,pt-BR,pt-PT,ro,sk,sv,cs,el,sr,ru,ar,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "iframe.html"
    },
    "name": "Launch",
    "version": "1.0.112",
    "default_locale": "en",
    "manifest_version": 2,
    "description": "Find new games and live streams on Twitch and YouTube games. Get automatic notifications when your favorite stream goes online.",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "all_frames": true,
            "js": [
                "common\/content\/theatre-mode.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "common\/lib\/constants.js",
            "common\/dist\/contributors.js",
            "common\/lib\/3rd\/async.js",
            "common\/lib\/3rd\/jquery.js",
            "common\/lib\/3rd\/underscore.js",
            "common\/lib\/3rd\/backbone.js",
            "common\/lib\/3rd\/backbone.memento.js",
            "common\/lib\/3rd\/backbone.mixin.js",
            "common\/lib\/3rd\/eventemitter.js",
            "common\/lib\/utils.js",
            "common\/lib\/oauth2.js",
            "background.js",
            "common\/lib\/twitch-api.js",
            "common\/lib\/onerror.js",
            "common\/lib\/app.js"
        ],
        "persistent": true
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Launch Bing",
            "keyword": "Launch Bing Search Engine",
            "search_url": "https:\/\/click.launch.am\/geo_redirect.php?a=b&q={searchTerms}",
            "favicon_url": "https:\/\/launch.am\/img\/launch_icon.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "minimum_chrome_version": "1.1.142",
    "icons": {
        "16": "common\/icons\/32_1.png",
        "48": "common\/icons\/48_1.png",
        "128": "common\/icons\/128_1.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "common\/icons\/19_2.png",
            "38": "common\/icons\/38_2.png"
        },
        "default_popup": "common\/html\/popup.html"
    },
    "permissions": [
        "storage",
        "background",
        "*:\/\/*.launch.am\/*",
        "notifications",
        "activeTab",
        "cookies"
    ]
}