PeerReach
Adds PeerReach to your Twitter Timeline
What is PeerReach?
PeerReach is a Chrome extension developed by https://peerreach.com, and its main feature is "Adds PeerReach to your Twitter Timeline".
Extension Screenshots
Download PeerReach Extension CRX File
Download PeerReach 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
Add the PeerReach relevance rank to your Twitter Timeline by http://peerreach.com
Extension Basic Information
Name | |
ID | libokehpljelpcdlhcjciikaahimmbdh |
Official URL | https://chromewebstore.google.com/detail/peerreach/libokehpljelpcdlhcjciikaahimmbdh |
Description | Adds PeerReach to your Twitter Timeline |
File Size | 63.95 KB |
Installation Count | 100 |
Current Version | 1.0.3 |
Last Updated | 2013-06-05 |
Publish Date | 2013-06-05 |
Rating | 4.17/5 Total 6 Ratings |
Developer | https://peerreach.com |
Payment Type | free |
Extension Website | http://peerreach.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PeerReach", "version": "1.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Adds PeerReach to your Twitter Timeline", "permissions": [ "*:\/\/peerreach.com\/*", "*:\/\/twitter.com\/*", "*:\/\/api.peerreach.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "jquery.js", "twitter.js" ] }, { "matches": [ "*:\/\/peerreach.com\/*" ], "js": [ "peerreach.js" ] } ], "web_accessible_resources": [ "twitter-inject.js", "peerreach-inject.js" ] } |