17 lines
No EOL
391 B
JSON
17 lines
No EOL
391 B
JSON
{
|
|
"name": "Twitter Metric Hider",
|
|
"description": "Hides twitter like, reply and retweet counts.",
|
|
"version": "2.0.0",
|
|
"manifest_version": 2,
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["http://twitter.com/*", "https://twitter.com/*"],
|
|
"js": ["hider.js", "content.js"],
|
|
"css": ["hider.css"]
|
|
}
|
|
],
|
|
"browser_action": {
|
|
"default_popup": "popup.html"
|
|
},
|
|
"permissions": ["storage"]
|
|
} |