9GAG Enhancer
The easiest way to have even more fun on 9GAG!
9GAG Enhancerคืออะไร?
9GAG Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hyrioo.com และคุณลักษณะหลักของมันคือ "The easiest way to have even more fun on 9GAG!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 9GAG Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย 9GAG Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The easiest way to have even more fun on 9GAG!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 9GAG Enhancer |
ID | hkgekboaiglckocckkledkfcocbjnnfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/9gag-enhancer/hkgekboaiglckocckkledkfcocbjnnfk |
คำอธิบาย | The easiest way to have even more fun on 9GAG! |
ขนาดไฟล์ | 147 KB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-04-01 |
วันที่เผยแพร่ | 2016-03-31 |
คะแนน | 3.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://www.hyrioo.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "9GAG Enhancer", "version": "1.0", "manifest_version": 2, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/9gag.com\/*", "*:\/\/*.9cache.com\/*" ], "incognito": "spanning", "content_scripts": [ { "js": [ "js\/jquery-plugins\/jquery.min.js", "js\/content-scripts\/9gag.min.js" ], "css": [ "css\/9gag.css" ], "matches": [ "*:\/\/9gag.com\/*" ], "exclude_matches": [ "*:\/\/9gag.com\/tv*" ], "run_at": "document_end" } ], "background": { "page": "html\/background.html" }, "options_page": "html\/options.html", "icons": { "128": "graphic\/logo\/logo-128.png" }, "web_accessible_resources": [ "html\/options.html" ] } |