Github +1s
Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
What is Github +1s?
Github +1s is a Chrome extension developed by Ryan Florence, and its main feature is "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".
Extension Screenshots
Download Github +1s Extension CRX File
Download Github +1s extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
| Name | |
| ID | lddfkkebajnpiicnpfamebilmhamkeme |
| Official URL | https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme |
| Description | Shows you the counts and avatars of those noisy '+1' comments and hides the original comments. |
| File Size | 5.54 KB |
| Installation Count | 210 |
| Current Version | 1.4.0 |
| Last Updated | 2015-06-19 |
| Publish Date | 2015-06-19 |
| Rating | 4.58/5 Total 12 Ratings |
| Developer | Ryan Florence |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github +1s",
"description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.",
"version": "1.4.0",
"permissions": [
"activeTab"
],
"icons": {
"128": "plusone.png"
},
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"content_script.js"
]
}
]
} | |