Por: Nhan
Inspect and view changes in Pixel Cursor Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Pixel Cursor Tracker",
"version": "1.0",
"description": "Hiệu ứng pixel theo chuột trên trang web.",
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "pixel.cursor.tracker@addons.mozilla.org",
"strict_min_version": "60.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} Mejores alternativas Pixel Cursor Tracker
Aquí hay algunas Firefox add-ons que son similares a Pixel Cursor Tracker: