Keyd Stars
Seja notificado quando streamers da Keyd começam uma live!
Keyd Starsとは何ですか?
Keyd StarsはKeyd Starsによって開発されたChromeの拡張機能で、その主な機能は「Seja notificado quando streamers da Keyd começam uma live!」です。
拡張機能のスクリーンショット
Keyd Stars拡張機能のCRXファイルをダウンロード
Keyd Stars拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Não perca mais nenhuma stream do Keyd e seus parceiros na Twitch! Com o app da Keyd Stars você recebe notificações de todos os seus streamers favoritos!
拡張機能の基本情報
名前 | |
ID | nhdllbcenonhabbaakngoedadolpjlge |
公式URL | https://chrome.google.com/webstore/detail/keyd-stars/nhdllbcenonhabbaakngoedadolpjlge |
説明 | Seja notificado quando streamers da Keyd começam uma live! |
ファイルサイズ | 292 KB |
インストール数 | 112 |
現在のバージョン | 0.2.0 |
最終更新日 | 2017-03-02 |
公開日 | 2017-03-02 |
評価 | 4.87/5 合計 31 レビュー |
開発者 | Keyd Stars |
支払い方法 | free |
拡張機能のウェブサイト | http://keyd.com.br/stars |
対応言語 | pt-BR |
manifest.json | |
{ "author": "@GabrielJMJ", "browser_action": { "default_popup": "index.html", "default_icon": "public\/images\/icons\/16.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "description": "Seja notificado quando streamers da Keyd come\u00e7am uma live!", "name": "Keyd Stars", "permissions": [ "notifications", "background", "storage", "http:\/\/api.azubu.tv\/*", "http:\/\/pastebin.com\/*" ], "icons": { "128": "public\/images\/icons\/128.png", "16": "public\/images\/icons\/16.png", "48": "public\/images\/icons\/48.png" }, "background": { "scripts": [ "public\/js\/jquery.js", "public\/js\/channels.js", "public\/js\/background.js" ] }, "version": "0.2.0", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "30.0.0", "web_accessible_resources": [ "index.html" ] } |