Chained - All the good stuff on two wheels
The freshest links about biking, from around the web. A biker's must
Co je Chained - All the good stuff on two wheels?
Chained - All the good stuff on two wheels je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „The freshest links about biking, from around the web. A biker's must“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Chained - All the good stuff on two wheels
Stáhněte si soubory rozšíření Chained - All the good stuff on two wheels ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | aopfopfmlmomfggophoddcmmafohhona |
Oficiální URL | https://chromewebstore.google.com/detail/chained-all-the-good-stuf/aopfopfmlmomfggophoddcmmafohhona |
Popis | The freshest links about biking, from around the web. A biker's must |
Velikost souboru | 206 KB |
Počet instalací | 27 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2016-11-26 |
Datum Vydání | 2016-11-26 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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'" } |