Pantoufl Extension
Cette extension vous permet de savoir lorsque Pantoufl est en direct !
Pantoufl Extensionとは何ですか?
Pantoufl ExtensionはN2PA - www.n2pa.frによって開発されたChromeの拡張機能で、その主な機能は「Cette extension vous permet de savoir lorsque Pantoufl est en direct !」です。
拡張機能のスクリーンショット
Pantoufl Extension拡張機能のCRXファイルをダウンロード
Pantoufl Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Disponible pour Google Chrome, cette extension reprend le design de mon site pour l'homogénéité. Lorsque je lance un live, vous serez informé par une notification Chrome. L'icone devient colorée si je stream et est grisée dans le cas contraire. Extension développée par N2PA. Nous sommes ouvert à toute proposition d'amélioration sur twitter: @N2PA_Officiel
拡張機能の基本情報
名前 | Pantoufl Extension |
ID | eammmfiefdahhelgkekddnnjgkfibccl |
公式URL | https://chromewebstore.google.com/detail/pantoufl-extension/eammmfiefdahhelgkekddnnjgkfibccl |
説明 | Cette extension vous permet de savoir lorsque Pantoufl est en direct ! |
ファイルサイズ | 1.7 MB |
インストール数 | 17 |
現在のバージョン | 1.1.3 |
最終更新日 | 2019-10-13 |
公開日 | 2019-10-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | N2PA - www.n2pa.fr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://pantoufl.tv |
ヘルプページのURL | https://pantoufl.tv |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pantoufl Extension", "description": "Cette extension vous permet de savoir lorsque Pantoufl est en direct !", "version": "1.1.3", "browser_action": { "default_popup": "index.html" }, "icons": { "512": "img\/pantoufl.png" }, "background": { "scripts": [ "assets\/js\/jquery.min.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "notifications" ] } |