9GAG Controls
Provides control functions for 9GAG.
9GAG Controlsคืออะไร?
9GAG Controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Niklas E. และคุณลักษณะหลักของมันคือ "Provides control functions for 9GAG."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 9GAG Controls
ดาวน์โหลดไฟล์ส่วนขยาย 9GAG Controls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension tries to make your 9GAG experience better. It adds controls to video posts, regulates the audio volume, removes ads, hides promoted content and allows you to zoom in on posts. Check out the GitHub repository for this project linked as "Homepage". Open an issue there to report a bug or request a feature. You can also use the chrome web store "Support" tab to do that.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 9GAG Controls |
ID | ggaflcnplcdgjodokhjdefdobpdhdnjm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/9gag-controls/ggaflcnplcdgjodokhjdefdobpdhdnjm |
คำอธิบาย | Provides control functions for 9GAG. |
ขนาดไฟล์ | 114 KB |
จำนวนการติดตั้ง | 980 |
เวอร์ชันปัจจุบัน | 1.4.3 |
อัปเดตครั้งล่าสุด | 2024-01-22 |
วันที่เผยแพร่ | 2020-06-22 |
คะแนน | 4.78/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Niklas E. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/niklas-englert/9GAG-Controls |
URL หน้าช่วยเหลือ | https://github.com/niklas-englert/9GAG-Controls/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "9GAG Controls", "description": "Provides control functions for 9GAG.", "version": "1.4.3", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "content_scripts": [ { "matches": [ "http:\/\/9gag.com\/*", "https:\/\/9gag.com\/*" ], "js": [ "jquery-3.2.1.min.js", "gag.js" ], "css": [ "gag.css" ], "run_at": "document_end" } ], "permissions": [] } |