mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08:00
22 lines
500 B
JSON
22 lines
500 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Recaptcha Blocker",
|
|
"version": "1.0",
|
|
"description": "Blocks reCAPTCHA from loading",
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://yopmail.com/zh/wm*"],
|
|
"js": ["script.js"],
|
|
"run_at": "document_start",
|
|
"all_frames": true
|
|
}
|
|
],
|
|
"permissions": [
|
|
"webNavigation",
|
|
"activeTab"
|
|
],
|
|
"host_permissions": [
|
|
"*://yopmail.com/*",
|
|
"*://*.google.com/*"
|
|
]
|
|
} |