Sonic PopCat
The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
什麼是Sonic PopCat?
Sonic PopCat是由theprogrammersleigh開發的Chrome擴展程式,該擴展的主要功能是“The Quickest Automated Tool to Rise Up in the PopCat Leaderboards”。
擴展截圖
下載Sonic PopCat擴展crx文件
下載Sonic PopCat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
PopCat isn't about fun, it's about dominating the competition. This is a simple browser extension to automate your clicking and let you help your country ascend the ranks of the PopCat leaderboards. 擴展基本資訊
| 名稱 | |
| ID | fbkdljphhnfffemikhdeigmlpclcnhib |
| 官方網址 | https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib |
| 簡介 | The Quickest Automated Tool to Rise Up in the PopCat Leaderboards |
| 檔案大小 | 27.44 KB |
| 安裝次數 | 9,111 |
| 目前版本 | 1.0 |
| 更新時間 | 2022-10-19 |
| 上架時間 | 2022-01-13 |
| 評分 | 3.57/5 共 7 次評分 |
| 開發者 | theprogrammersleigh |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
| 說明頁面URL | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sonic PopCat",
"description": "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards",
"version": "1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/popcat.click\/*"
],
"css": [
"style.css"
],
"js": [
"pop.js"
]
}
],
"icons": {
"48": "images\/sonicpop-48.png",
"128": "images\/sonicpop-128.png"
},
"action": {
"default_icon": {
"48": "images\/sonicpop-48.png",
"128": "images\/sonicpop-128.png"
},
"default_title": "Sonic PopCat"
}
} | |