Chained - All the good stuff on two wheels

The freshest links about biking, from around the web. A biker's must

Was ist Chained - All the good stuff on two wheels?

Chained - All the good stuff on two wheels ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "The freshest links about biking, from around the web. A biker's must".

Erweiterungsscreenshots

screenshot

Chained - All the good stuff on two wheels-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chained - All the good stuff on two wheels-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Chained - All the good stuff on two wheels Chained - All the good stuff on two wheels
ID aopfopfmlmomfggophoddcmmafohhona
Offizielle URL https://chromewebstore.google.com/detail/chained-all-the-good-stuf/aopfopfmlmomfggophoddcmmafohhona
Beschreibung The freshest links about biking, from around the web. A biker's must
Dateigröße 206 KB
Installationsanzahl 27
Aktuelle Version 1.0.3
Letztes Update 2016-11-26
Veröffentlichungsdatum 2016-11-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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'"
}