Shralpin Skateboarding

This extension was created for those looking to wathc the best skateboard videos from pros and ams on shralpin.com

O que é Shralpin Skateboarding?

Shralpin Skateboarding é uma extensão do Chrome desenvolvida por shralpin skateboards, e sua principal característica é "This extension was created for those looking to wathc the best skateboard videos from pros and ams on shralpin.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Shralpin Skateboarding

Baixe arquivos de extensão Shralpin Skateboarding no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Shralpin Skateboarding Shralpin Skateboarding
ID bhcjfnfhfhkdbbijapfnachpaapldjlo
URL Oficial https://chromewebstore.google.com/detail/shralpin-skateboarding/bhcjfnfhfhkdbbijapfnachpaapldjlo
Descrição This extension was created for those looking to wathc the best skateboard videos from pros and ams on shralpin.com
Tamanho do Arquivo 40.61 KB
Contagem de Instalações 28
Versão Atual 0.0.1
Última Atualização 2018-05-09
Data de Publicação 2018-05-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor shralpin skateboards
Tipo de Pagamento free
Site da Extensão https://shralpin.com/
URL da Página de Ajuda https://shralpin.com/category/skateboarders/
Idiomas Suportados 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"
    }
}