Wankil Extension
Toutes les infos sur les lives et les vidéos Wankil au même endroit.
Wankil Extensionとは何ですか?
Wankil ExtensionはWartaxによって開発されたChromeの拡張機能で、その主な機能は「Toutes les infos sur les lives et les vidéos Wankil au même endroit.」です。
拡張機能のスクリーンショット
Wankil Extension拡張機能のCRXファイルをダウンロード
Wankil Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Grâce à cette extension, recevez une notification quand un live démarre (Wankil, Laink et Terracid) ou quand une nouvelle vidéo/Vod est disponible. 拡張機能の基本情報
| 名前 | |
| ID | fkchmbfejbkhaohhejlipcceincddkll |
| 公式URL | https://chromewebstore.google.com/detail/wankil-extension/fkchmbfejbkhaohhejlipcceincddkll |
| 説明 | Toutes les infos sur les lives et les vidéos Wankil au même endroit. |
| ファイルサイズ | 936 KB |
| インストール数 | 253 |
| 現在のバージョン | 0.0.6 |
| 最終更新日 | 2022-11-26 |
| 公開日 | 2020-04-08 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | Wartax |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://twitter.com/WartaxDFS |
| 対応言語 | fr |
| manifest.json | |
{
"manifest_version": 2,
"name": "Wankil Extension",
"short_name": "Wankil Extension",
"description": "Toutes les infos sur les lives et les vid\u00e9os Wankil au m\u00eame endroit.",
"version": "0.0.6",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"permissions": [
"background",
"notifications",
"*:\/\/static-cdn.jtvnw.net\/*",
"*:\/\/i.ytimg.com\/*"
],
"background": {
"scripts": [
".\/scripts\/libs\/jquery-3.4.1.min.js",
".\/scripts\/background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": ".\/views\/popup.html",
"default_icon": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
}
},
"icons": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
}
} | |