Inspect and view changes in Try Hide New TweetDeck Preview Banner 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
{
"action": {
"default_icon": {
"16": "icon/TD_16.png",
"32": "icon/TD_32.png",
"128": "icon/TD_128.png"
},
"default_title": "THNTDPB"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"style.css"
],
"matches": [
"https://tweetdeck.twitter.com/*"
]
}
],
"description": "旧TweetDeck左下に表示されるバナーを非表示にするだけの機能です",
"icons": {
"16": "icon/TD_16.png",
"32": "icon/TD_32.png",
"128": "icon/TD_128.png"
},
"manifest_version": 3,
"name": "Try Hide New TweetDeck Preview Banner",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.3.0.0"
}