Chained - All the good stuff on two wheels
The freshest links about biking, from around the web. A biker's must
O que é Chained - All the good stuff on two wheels?
Chained - All the good stuff on two wheels é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "The freshest links about biking, from around the web. A biker's must".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chained - All the good stuff on two wheels
Baixe arquivos de extensão Chained - All the good stuff on two wheels 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
Chained - All the good stuff on two wheels. Stay on track with the best movies, bicycle and gear review, news and all the best content from the best publishers around the world. Chained is made with 100% love, by riders - for riders!
Informações Básicas da Extensão
Nome | |
ID | aopfopfmlmomfggophoddcmmafohhona |
URL Oficial | https://chromewebstore.google.com/detail/chained-all-the-good-stuf/aopfopfmlmomfggophoddcmmafohhona |
Descrição | The freshest links about biking, from around the web. A biker's must |
Tamanho do Arquivo | 206 KB |
Contagem de Instalações | 27 |
Versão Atual | 1.0.3 |
Última Atualização | 2016-11-26 |
Data de Publicação | 2016-11-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chained - All the good stuff on two wheels", "version": "1.0.3", "manifest_version": 2, "description": "The freshest links about biking, from around the web. A biker's must", "homepage_url": "http:\/\/bikeme.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [], "optional_permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |