Mister MV
Soyez au courant quand Mister MV commence à streamer!
什麼是Mister MV?
Mister MV是由Ulas ATILA開發的Chrome擴展程式,該擴展的主要功能是“Soyez au courant quand Mister MV commence à streamer!”。
擴展截圖
下載Mister MV擴展crx文件
下載Mister MV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Soyez au courant quand Mister MV commence à streamer! L'icone de l'extension passe au vert quand Mister MV est en live sur gaming live ou sur twitch. Cliquer sur le bouton quand mistermv stream ouvre un onglet vers le live. Développée par Ulas Atila - Pour toute réclamation de fonctionnalité, vous pouvez me contacter sur mon twitter @ulas_atila.
擴展基本資訊
名稱 | |
ID | bkgpjoaifagkldleadadhhhepnajbjlf |
官方網址 | https://chrome.google.com/webstore/detail/mister-mv/bkgpjoaifagkldleadadhhhepnajbjlf |
簡介 | Soyez au courant quand Mister MV commence à streamer! |
檔案大小 | 106 KB |
安裝次數 | 134 |
目前版本 | 2.3.0 |
更新時間 | 2015-04-03 |
上架時間 | 2015-04-03 |
評分 | 4.15/5 共 13 次評分 |
開發者 | Ulas ATILA |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mister MV", "description": "Soyez au courant quand Mister MV commence \u00e0 streamer!", "version": "2.3.0", "background": { "scripts": [ "jquery.min.js", "parameters.js", "background.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "https:\/\/api.dailymotion.com\/", "http:\/\/ulas-atila.com\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png" }, "icons": { "16": "iconoff16.png", "48": "iconoff48.png", "128": "iconoff128.png" } } |