Faster Cooldowns
This extension makes your life easier.
What is Faster Cooldowns?
Faster Cooldowns is a Chrome extension developed by mamaorha, and its main feature is "This extension makes your life easier.".
Extension Screenshots
Download Faster Cooldowns Extension CRX File
Download Faster Cooldowns extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
תוסף המאפשר עקיפת טיימרים והודעות פופאפ באתרים שונים
Extension Basic Information
Name | Faster Cooldowns |
ID | dpoijgpgdkhmmpjijlgknkhiichmfabj |
Official URL | https://chromewebstore.google.com/detail/faster-cooldowns/dpoijgpgdkhmmpjijlgknkhiichmfabj |
Description | This extension makes your life easier. |
File Size | 108 KB |
Installation Count | 1,541 |
Current Version | 2.0.12 |
Last Updated | 2020-10-05 |
Publish Date | 2020-04-27 |
Rating | 4.76/5 Total 71 Ratings |
Developer | mamaorha |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |