Faster Cooldowns
This extension makes your life easier.
Faster Cooldownsคืออะไร?
Faster Cooldowns เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mamaorha และคุณลักษณะหลักของมันคือ "This extension makes your life easier."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faster Cooldowns
ดาวน์โหลดไฟล์ส่วนขยาย Faster Cooldowns ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
תוסף המאפשר עקיפת טיימרים והודעות פופאפ באתרים שונים
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Faster Cooldowns |
ID | dpoijgpgdkhmmpjijlgknkhiichmfabj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/faster-cooldowns/dpoijgpgdkhmmpjijlgknkhiichmfabj |
คำอธิบาย | This extension makes your life easier. |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 1,541 |
เวอร์ชันปัจจุบัน | 2.0.12 |
อัปเดตครั้งล่าสุด | 2020-10-05 |
วันที่เผยแพร่ | 2020-04-27 |
คะแนน | 4.76/5 รวมทั้งหมด 71 คะแนน |
ผู้พัฒนา | mamaorha |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faster Cooldowns", "version": "2.0.12", "description": "This extension makes your life easier.", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/main.js" ] } ], "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" } } |