Faster Cooldowns

This extension makes your life easier.

Wat is Faster Cooldowns?

Faster Cooldowns is een Chrome-extensie ontwikkeld door mamaorha, en de belangrijkste functie is "This extension makes your life easier.".

Extensie Screenshots

Download het CRX-bestand van de extensie Faster Cooldowns

Download Faster Cooldowns-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Faster Cooldowns Faster Cooldowns
ID dpoijgpgdkhmmpjijlgknkhiichmfabj
Officiële URL https://chromewebstore.google.com/detail/faster-cooldowns/dpoijgpgdkhmmpjijlgknkhiichmfabj
Beschrijving This extension makes your life easier.
Bestandsgrootte 108 KB
Aantal Installaties 1,541
Huidige Versie 2.0.12
Laatst Bijgewerkt 2020-10-05
Publicatiedatum 2020-04-27
Beoordeling 4.76/5 Totaal 71 Beoordelingen
Ontwikkelaar mamaorha
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}