By: Vi Georgeson
Inspect and view changes in TwitEmbed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"version": "1.9.0",
"description": "Minimal extension that allows you to share embedded versions of tweets directly from your browser.",
"name": "TwitEmbed",
"icons": {
"48": "icons/border-48.png",
"96": "icons/border-96.png",
"128": "icons/border-128.png"
},
"content_scripts": [
{
"matches": [
"*://*.x.com/*"
],
"js": [
"twitterembed.js"
]
}
],
"action": {
"default_popup": "settings/options.html"
},
"options_ui": {
"page": "settings/options.html"
},
"permissions": [
"storage"
],
"host_permissions": [
"*://*.x.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{daf60720-ff10-4584-a7b7-49ec1b8e34c0}",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best TwitEmbed Alternatives
Here are some Firefox add-ons that are similar to TwitEmbed: