Skip to content

dont work now  #6

@Netario00

Description

@Netario00

Manifest version 2 is deprecated, and support will be removed in 2024. See https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline for details.

{
"manifest_version": 2,
"name": "Chesscheat",
"version": "1.1",
"icons": { "16": "icon.png",
"48": "icon.png",
"128": "icon.png" },
"browser_specific_settings": {
"gecko": {
"id": "chesscheatextension@gmail.com"
}
},
"description": "Always see the optimal move in any chess.com game. Guarantees wins almost 100% of the time",
"content_scripts": [
{
"js": ["scripts/main.js"],
"matches": [
"https://www.chess.com/",
"https://chess.com/
"
]
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions