Inspect and view changes in TwitterのUIを旧UIに戻すやつ 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
{
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"description": "Twitterの『新しいTwitterを試す』トラップに引っかかってしまった方への応急処置アドオンです。",
"icons": {
"128": "negi_icon.png"
},
"manifest_version": 2,
"name": "TwitterのUIを旧UIに戻すやつ",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.0",
"permissions": [
"webRequest",
"webRequestBlocking",
"https://twitter.com/*"
]
}