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 là gì?

Chained - All the good stuff on two wheels là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "The freshest links about biking, from around the web. A biker's must".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chained - All the good stuff on two wheels

Tải xuống các tệp mở rộng Chained - All the good stuff on two wheels dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chained - All the good stuff on two wheels Chained - All the good stuff on two wheels
ID aopfopfmlmomfggophoddcmmafohhona
URL Chính Thức https://chromewebstore.google.com/detail/chained-all-the-good-stuf/aopfopfmlmomfggophoddcmmafohhona
Mô tả The freshest links about biking, from around the web. A biker's must
Kích Thước Tệp 206 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2016-11-26
Ngày Phát Hành 2016-11-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}