제작자: CacCat
Inspect and view changes in CP Code Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "CP Code Manager (LeetCode)",
"version": "0.1.0",
"description": "Extracts accepted LeetCode submissions and prepares them for GitHub sync.",
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"https://leetcode.com/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/*"
],
"js": [
"ui.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"ui.html",
"ui.css"
],
"matches": [
"https://leetcode.com/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "cp-code-manager@leetcode",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} 최고의 CP Code Manager 대안
다음은 CP Code Manager과(와) 유사한 Firefox add-on입니다:
LeetPush
Adarsh kumar
KeepCode
dngi
LeetCode Archiver
rein5
LeetHub
Max Goodwin
LeetHub v2
Arun Bhardwaj
CPH Submit Pro
codewithsathya
CP Submit
Ayush Biswas
A2SV Companion
Aelaf
CF Fetcher
Mohabbat
LC Contest Helper
Sayan Bakshi
LeetNotion Sync
oilybikechain
Leetforge
Zi Jun Wang