Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitter is over capacity.",
"description": "Twitter\u304c\u9bd6\u843d\u3061\u3057\u3066\u3044\u308b\u3088\u3046\u306b\u307f\u3048\u307e\u3059\u3002\u305d\u308c\u3060\u3051\u3067\u3059\u3002\u3053\u308c\u3067\u6709\u610f\u7fa9\u306a\u4eba\u751f\u3092\u304a\u304f\u308a\u307e\u3057\u3087\u3046\u3002",
"version": "1.0.0",
"author": "Udon Shiroi",
"permissions": [
"https:\/\/twitter.com\/*"
],
"icons": {
"48": "images\/get_started48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"css": [
"twitter\/style.css"
],
"js": [
"twitter\/style.js"
]
}
],
"options_page": "option\/option.html"
}