Inspect and view changes in twitter_icon_x_to_bird source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "twitter_icon_x_to_bird",
"description": "Let's change twitter icon from X to the bird!",
"icons": {
"16": "/icons/16.png",
"48": "/icons/48.png",
"128": "/icons/128.png"
},
"version": "2.0.6",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https://twitter.com/*",
"https://*.twitter.com/*",
"https://x.com/*",
"https://*.x.com/*"
],
"js": [
"twitter_icon_x_to_bird_2_0_6.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"browser_specific_settings": {
"gecko": {
"id": "{522ce648-87cb-4931-93fe-e3b361c4ceac}"
}
}
}