MYGNRFORUM (Izzy Banner)
Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner
MYGNRFORUM (Izzy Banner)คืออะไร?
MYGNRFORUM (Izzy Banner) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chopaway และคุณลักษณะหลักของมันคือ "Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MYGNRFORUM (Izzy Banner)
ดาวน์โหลดไฟล์ส่วนขยาย MYGNRFORUM (Izzy Banner) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner. Also inserts Izzys Twitter feed into the mygnrforum homepage sidebar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ppfkfjdpnecifanpaehghbnmjjblbamh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mygnrforum-izzy-banner/ppfkfjdpnecifanpaehghbnmjjblbamh |
คำอธิบาย | Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner |
ขนาดไฟล์ | 58.42 KB |
จำนวนการติดตั้ง | 0 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-04-07 |
วันที่เผยแพร่ | 2017-04-05 |
ผู้พัฒนา | chopaway |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "mygnrforumizzy", "name": "MYGNRFORUM (Izzy Banner)", "version": "1.0", "description": "Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner", "author": "@chopaway", "content_scripts": [ { "css": [ "izzy.css" ], "matches": [ "*:\/\/www.mygnrforum.com\/*" ], "js": [ "jquery.js", "izzy.js" ], "run_at": "document_start", "all_frames": false } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |