By: Sumit Sharma
Inspect and view changes in KJS Email Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Email Tracker for Firefox",
"version": "1.0",
"description": "Tracks if your emails are opened by injecting a tracking pixel.",
"author": "Sumit Sharma, Kritagya Agrawal, Jay Jain",
"homepage_url": "https://email-tracker-worker.doofenshmirtz17.workers.dev/",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"https://mail.google.com/*",
"https://email-tracker-worker.doofenshmirtz17.workers.dev/*"
],
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"action": {
"default_title": "Email Tracker Summary",
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
}
},
"content_scripts": [
{
"matches": [
"https://mail.google.com/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "email-tracker@gdsckjs.dev",
"strict_min_version": "109.0"
}
}
} Best KJS Email Tracker Alternatives
Here are some Firefox add-ons that are similar to KJS Email Tracker: