Chained - All the good stuff on two wheels
The freshest links about biking, from around the web. A biker's must
Τι είναι το Chained - All the good stuff on two wheels;
Το Chained - All the good stuff on two wheels είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "The freshest links about biking, from around the web. A biker's must".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chained - All the good stuff on two wheels
Λήψη αρχείων επέκτασης Chained - All the good stuff on two wheels σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aopfopfmlmomfggophoddcmmafohhona |
Επίσημο URL | https://chromewebstore.google.com/detail/chained-all-the-good-stuf/aopfopfmlmomfggophoddcmmafohhona |
Περιγραφή | The freshest links about biking, from around the web. A biker's must |
Μέγεθος Αρχείου | 206 KB |
Αριθμός Εγκαταστάσεων | 27 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2016-11-26 |
Ημερομηνία Δημοσίευσης | 2016-11-26 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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'" } |