Faster Cooldowns
This extension makes your life easier.
什么是Faster Cooldowns?
Faster Cooldowns是由mamaorha开发的Chrome扩展程序,该扩展的主要功能是“This extension makes your life easier.”。
扩展截图
下载Faster Cooldowns扩展crx文件
下载Faster Cooldowns扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
תוסף המאפשר עקיפת טיימרים והודעות פופאפ באתרים שונים 扩展基本信息
| 名称 | |
| 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"
}
} | |