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.
扩展基本信息
名称 | Wankil Extension |
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 |
电子邮箱 | [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" } } |