By: Sapate Vaibhav
Inspect and view changes in Build Social - Tweet Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Personal Build Social - Tweet Saver",
"version": "1.0.0",
"description": "Save inspiring tweets to your Personal Build Social",
"browser_specific_settings": {
"gecko": {
"id": "builder-os@vaibb.in",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https://twitter.com/*",
"https://x.com/*",
"https://social.vaibh.in/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://twitter.com/*",
"https://x.com/*",
"https://social.vaibh.in/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
}
},
"icons": {
"16": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
}
} Best Build Social - Tweet Saver Alternatives
Here are some Firefox add-ons that are similar to Build Social - Tweet Saver: