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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chained - All the good stuff on two wheels Chained - All the good stuff on two wheels
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'"
}