Simple twitsh.tv player
Simple player for twitch.tv site
什麼是Simple twitsh.tv player?
Simple twitsh.tv player是由pavliuk.stanislav開發的Chrome擴展程式,該擴展的主要功能是“Simple player for twitch.tv site”。
擴展截圖
下載Simple twitsh.tv player擴展crx文件
下載Simple twitsh.tv player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It's simple player for the twitch.tv site. Extension is free for all. You can set your twitch.tv name to see your following streams. This is my personal project. All process of creating this extension is in my YouTube channel https://www.youtube.com/channel/UCTgn9reEebat7EzdHzeV0QQ Creator: Stanislav Pavliuk, Kyiv, Ukraine. My contacts: https://www.facebook.com/profile.php?id=100009439132321 https://www.linkedin.com/in/staspavliuk/ If you like this extension or any other my work, you may support me: 5168745600583162
擴展基本資訊
名稱 | |
ID | plelefkhkfjkemdjdiejabobhbeheccf |
官方網址 | https://chrome.google.com/webstore/detail/simple-twitshtv-player/plelefkhkfjkemdjdiejabobhbeheccf |
簡介 | Simple player for twitch.tv site |
檔案大小 | 82.23 KB |
安裝次數 | 41 |
目前版本 | 1.4.3.2 |
更新時間 | 2019-02-20 |
上架時間 | 2019-02-20 |
評分 | 5.00/5 共 2 次評分 |
開發者 | pavliuk.stanislav |
付費類型 | free |
擴展官網 | https://github.com/pavliukStanislav/TwitchPlayerExtension |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple twitsh.tv player", "version": "1.4.3.2", "description": "Simple player for twitch.tv site", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": false }, "content_security_policy": "script-src 'self' https:\/\/embed.twitch.tv https:\/\/code.jquery.com; object-src 'self'", "permissions": [ "storage", "notifications", "tabs", "background", "https:\/\/api.twitch.tv\/" ], "short_name": "Twitch player", "background": { "persistent": true, "scripts": [ "scripts\/generalFunctions.js", "scripts\/jquery-3.2.1.min.js" ] } } |