FREE dog training videos
Most powerful dog training methods
什么是FREE dog training videos?
FREE dog training videos是由chrisweber1002开发的Chrome扩展程序,该扩展的主要功能是“Most powerful dog training methods”。
扩展截图
下载FREE dog training videos扩展crx文件
下载FREE dog training videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
There are a few real keys to dog training, whether you are trying to train your dog to come when called, sit, stop barking or any other behavior. Understanding their importance is critical to achieving rapid results that are long lasting and help develop the bond between you and your dog. Within this FREE video series you will discover how to solve 34 of the most common dog and puppy behavioral issues using the most powerful dog training methods.
扩展基本信息
名称 | |
ID | colmechdbmadgopcjjldahiljheiilfd |
官方URL | https://chromewebstore.google.com/detail/free-dog-training-videos/colmechdbmadgopcjjldahiljheiilfd |
简介 | Most powerful dog training methods |
文件大小 | 21.86 KB |
安装次数 | 14 |
当前版本 | 0.2 |
更新时间 | 2017-09-16 |
上架时间 | 2017-09-16 |
开发者 | chrisweber1002 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.happydogplanet.com/FreeVideos |
隐私政策页面URL | https://www.happydogplanet.com/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FREE dog training videos", "version": "0.2", "manifest_version": 2, "description": "Most powerful dog training methods", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "dododoggg.png", "default_title": "Most powerful dog training methods", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "dododoggg.png" } } |