Shralpin Skateboarding
This extension was created for those looking to wathc the best skateboard videos from pros and ams on shralpin.com
什么是Shralpin Skateboarding?
Shralpin Skateboarding是由shralpin skateboards开发的Chrome扩展程序,该扩展的主要功能是“This extension was created for those looking to wathc the best skateboard videos from pros and ams on shralpin.com”。
扩展截图
下载Shralpin Skateboarding扩展crx文件
下载Shralpin Skateboarding扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Skateboarding has always been an amazing thing to watch, that is why this extension has been created. We wanted an easy place to find, watch and share the latest and greatest skateboarding videos.
扩展基本信息
名称 | |
ID | bhcjfnfhfhkdbbijapfnachpaapldjlo |
官方URL | https://chromewebstore.google.com/detail/shralpin-skateboarding/bhcjfnfhfhkdbbijapfnachpaapldjlo |
简介 | This extension was created for those looking to wathc the best skateboard videos from pros and ams on shralpin.com |
文件大小 | 40.61 KB |
安装次数 | 28 |
当前版本 | 0.0.1 |
更新时间 | 2018-05-09 |
上架时间 | 2018-05-08 |
评分 | 5.00/5 共1次评分 |
开发者 | shralpin skateboards |
付费类型 | free |
扩展官网 | https://shralpin.com/ |
帮助页面URL | https://shralpin.com/category/skateboarders/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shralpin Skateboarding", "version": "0.0.1", "manifest_version": 2, "description": "This extension was created for those looking to wathc the best skateboard videos from pros and ams on shralpin.com", "homepage_url": "https:\/\/shralpin.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |