By: Cuc
Inspect and view changes in MiniSync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "MiniSync",
"version": "1.0.0",
"description": "Sync video playback with friends using a QR code and timestamp.",
"permissions": [
"activeTab",
"<all_urls>"
],
"browser_action": {
"default_title": "MiniSync"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "minisync@addon.local",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
} Best MiniSync Alternatives
Here are some Firefox add-ons that are similar to MiniSync: