By: Rajat Vaghani
Inspect and view changes in Verified Tweets Only source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Verified Tweets Only",
"version": "0.0.1",
"manifest_version": 2,
"description": "Simple extension to only show verified tweets on Twitter",
"icons": {
"16": "icons/icon_on.png",
"48": "icons/icon_on.png",
"128": "icons/icon_on.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"tabs",
"storage"
],
"content_scripts": [
{
"matches": [
"http://twitter.com/*",
"https://twitter.com/*"
],
"js": [
"storage.js",
"contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"page_action": {
"default_icon": {
"19": "icons/icon_on.png",
"38": "icons/icon_on.png"
},
"default_popup": "popup.html",
"default_title": "Verified Tweets Only"
}
} Best Verified Tweets Only Alternatives
Here are some Firefox add-ons that are similar to Verified Tweets Only:
Hide Verified Users' Tweets
MaxIsJoe
Verified Tweet Filter P+ 2025
MSuyenthithaoanhhl2008
Hide Verified Tweets
aes
Twitter / X Verified Blocker
Natali Caggiano
TFilter
Jfinn
Twitter filtered
Miles Seventh
NoVerify
Ismail
Blue checks for everyone!
theluddite.org
Original Birds
Open Birds
Unverify
Vortex
Blue Verified Badges for Everybody on Twitter
Blue
tweets-only
Firefox user 14457594