GTA:MP Breadcrumbs

Adding breadcrumbs to the GTA:MP forums

GTA:MP Breadcrumbsคืออะไร?

GTA:MP Breadcrumbs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andreas และคุณลักษณะหลักของมันคือ "Adding breadcrumbs to the GTA:MP forums"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GTA:MP Breadcrumbs

ดาวน์โหลดไฟล์ส่วนขยาย GTA:MP Breadcrumbs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adding top breadcrumb navigation to the GTA:MP forums.                    

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

ชื่อ GTA:MP Breadcrumbs GTA:MP Breadcrumbs
ID emgcghbbpkppjnklgpibhkgdfohmglkc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gtamp-breadcrumbs/emgcghbbpkppjnklgpibhkgdfohmglkc
คำอธิบาย Adding breadcrumbs to the GTA:MP forums
ขนาดไฟล์ 46.12 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-09-06
วันที่เผยแพร่ 2015-09-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Andreas
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GTA:MP Breadcrumbs",
    "version": "1.2",
    "description": "Adding breadcrumbs to the GTA:MP forums",
    "author": "Andreas",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/forum.gta-mp.net\/topic\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ]
        }
    ]
}