Faster Cooldowns

This extension makes your life easier.

Faster Cooldowns là gì?

Faster Cooldowns là một tiện ích mở rộng Chrome được phát triển bởi mamaorha, và tính năng chính của nó là "This extension makes your life easier.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Faster Cooldowns

Tải xuống các tệp mở rộng Faster Cooldowns dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        תוסף המאפשר עקיפת טיימרים והודעות פופאפ באתרים שונים                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Faster Cooldowns Faster Cooldowns
ID dpoijgpgdkhmmpjijlgknkhiichmfabj
URL Chính Thức https://chromewebstore.google.com/detail/faster-cooldowns/dpoijgpgdkhmmpjijlgknkhiichmfabj
Mô tả This extension makes your life easier.
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 1,541
Phiên Bản Hiện Tại 2.0.12
Cập Nhật Lần Cuối 2020-10-05
Ngày Phát Hành 2020-04-27
Đánh Giá 4.76/5 Tổng số 71 Đánh Giá
Nhà Phát Triển mamaorha
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}