Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.7",
"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}"
}
}
}