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 |
| 官方網址 | 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
} | |