Notifications Vidéos de MkProd
Recevez tout les notifications de mes vidéos !
Notifications Vidéos de MkProdとは何ですか?
Notifications Vidéos de MkProdはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Recevez tout les notifications de mes vidéos !」です。
拡張機能のスクリーンショット
Notifications Vidéos de MkProd拡張機能のCRXファイルをダウンロード
Notifications Vidéos de MkProd拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Youtuber MkPROD : Recevez tout les notifications de mes vidéos !
拡張機能の基本情報
名前 | |
ID | icacjnfiliggickpbidjklbonfoekjgj |
公式URL | https://chromewebstore.google.com/detail/notifications-vid%C3%A9os-de-m/icacjnfiliggickpbidjklbonfoekjgj |
説明 | Recevez tout les notifications de mes vidéos ! |
ファイルサイズ | 388 KB |
インストール数 | 29 |
現在のバージョン | 1.0.1 |
最終更新日 | 2019-06-25 |
公開日 | 2019-06-25 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "jquery.min.js", "eventPage.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup-page.html", "default_title": "MkProd" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com;object-src 'self'", "description": "Recevez tout les notifications de mes vid\u00e9os !", "icons": { "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Notifications Vid\u00e9os de MkProd", "permissions": [ "tabs", "https:\/\/api.twitch.tv\/", "https:\/\/www.googleapis.com\/", "notifications", "alarms", "storage" ], "short_name": "MkProd", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |