autobumper.io Cookie Synchronizer
Synchronize login cookies for various forums for use with autobumper.io.
什么是autobumper.io Cookie Synchronizer?
autobumper.io Cookie Synchronizer是由https://autobumper.io开发的Chrome扩展程序,该扩展的主要功能是“Synchronize login cookies for various forums for use with autobumper.io.”。
扩展截图
下载autobumper.io Cookie Synchronizer扩展crx文件
下载autobumper.io Cookie Synchronizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
autobumper.io automates your posts on many forums. With this plugin, you can easily share cookies with our webservice so that you can setup automated forum posting. 扩展基本信息
| 名称 | |
| ID | moaegfdlpgkadiebdcbfgeccjgdpcono |
| 官方URL | https://chromewebstore.google.com/detail/autobumperio-cookie-synch/moaegfdlpgkadiebdcbfgeccjgdpcono |
| 简介 | Synchronize login cookies for various forums for use with autobumper.io. |
| 文件大小 | 17.16 KB |
| 安装次数 | 63 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2023-10-10 |
| 上架时间 | 2022-03-23 |
| 开发者 | https://autobumper.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://autobumper.io |
| 帮助页面URL | https://autobumper.io/support |
| 隐私政策页面URL | https://autobumper.io/terms-and-conditions |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "autobumper.io Cookie Synchronizer",
"version": "1.0.4",
"browser_specific_settings": {
"gecko": {
"id": "{f1ab8b17-7a25-46e7-95f5-1e7af390e4d3}"
}
},
"description": "Synchronize login cookies for various forums for use with autobumper.io.",
"permissions": [
"cookies",
"activeTab"
],
"host_permissions": [
"https:\/\/*\/",
"http:\/\/*\/"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
},
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"manifest_version": 3
} | |