MLG PRO #360 CHROME SCOPE
Let's you experience the MLG pro life
MLG PRO #360 CHROME SCOPEคืออะไร?
MLG PRO #360 CHROME SCOPE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย theFeez และคุณลักษณะหลักของมันคือ "Let's you experience the MLG pro life"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MLG PRO #360 CHROME SCOPE
ดาวน์โหลดไฟล์ส่วนขยาย MLG PRO #360 CHROME SCOPE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, you browser has a 25% chance to go full MLG pro every time you click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | maieffieilahfpojibhdakhmpmpadigd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mlg-pro-360-chrome-scope/maieffieilahfpojibhdakhmpmpadigd |
คำอธิบาย | Let's you experience the MLG pro life |
ขนาดไฟล์ | 8.83 KB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2016-02-08 |
วันที่เผยแพร่ | 2016-02-08 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | theFeez |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MLG PRO #360 CHROME SCOPE", "description": "Let's you experience the MLG pro life", "version": "0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "audio.js" ], "css": [ "cursor.css" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |