Chained - All the good stuff on two wheels
The freshest links about biking, from around the web. A biker's must
Qu'est-ce que Chained - All the good stuff on two wheels ?
Chained - All the good stuff on two wheels est une extension Chrome développée par Unknown, et sa fonction principale est "The freshest links about biking, from around the web. A biker's must".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chained - All the good stuff on two wheels
Téléchargez les fichiers d'extension Chained - All the good stuff on two wheels au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | aopfopfmlmomfggophoddcmmafohhona |
URL Officiel | https://chromewebstore.google.com/detail/chained-all-the-good-stuf/aopfopfmlmomfggophoddcmmafohhona |
Description | The freshest links about biking, from around the web. A biker's must |
Taille du Fichier | 206 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2016-11-26 |
Date de Publication | 2016-11-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |