Chained - All the good stuff on two wheels

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

Vad är Chained - All the good stuff on two wheels?

Chained - All the good stuff on two wheels är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "The freshest links about biking, from around the web. A biker's must".

Tilläggsskärmbilder

screenshot

Ladda ner Chained - All the good stuff on two wheels-förlängningens CRX-fil

Ladda ner Chained - All the good stuff on two wheels-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Chained - All the good stuff on two wheels Chained - All the good stuff on two wheels
ID aopfopfmlmomfggophoddcmmafohhona
Officiell webbadress https://chromewebstore.google.com/detail/chained-all-the-good-stuf/aopfopfmlmomfggophoddcmmafohhona
Beskrivning The freshest links about biking, from around the web. A biker's must
Filstorlek 206 KB
Antal Installationer 27
Aktuell Version 1.0.3
Senast Uppdaterad 2016-11-26
Publiceringsdatum 2016-11-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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'"
}