Social Media References
Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.
What is Social Media References?
Social Media References is a Chrome extension developed by LHQ, and its main feature is "Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.".
Extension Screenshots
Download Social Media References Extension CRX File
Download Social Media References 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
Changelog: * v0.0.3 - Added 'Enable automatic request' option. * v0.0.2 - Added more sites to blacklist * v0.0.1 - Initial release
Extension Basic Information
Name | Social Media References |
ID | lokeiablfphbmpalmakacikjccnlkpjl |
Official URL | https://chromewebstore.google.com/detail/social-media-references/lokeiablfphbmpalmakacikjccnlkpjl |
Description | Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting. |
File Size | 670 KB |
Installation Count | 55 |
Current Version | 0.0.3 |
Last Updated | 2017-09-27 |
Publish Date | 2017-09-27 |
Rating | 4.50/5 Total 4 Ratings |
Developer | LHQ |
Payment Type | free |
Privacy Policy Page URL | https://gist.githubusercontent.com/plar/95c3d10a7739b9bd1f9756ffb09d0023/raw/0b4681613824a2ddfcc203d34982902592b36f96/Chrome%2520Extension%2520Privacy%2520Policy |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "name": "Social Media References", "description": "Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.", "version": "0.0.3", "icons": { "16": "img\/sc16.png", "48": "img\/sc48.png", "128": "img\/sc128.png" }, "background": { "scripts": [ "lib\/lodash-4.14.1.min.js", "lib\/jquery-3.1.0.min.js", "lib\/tracker.js", "lib\/dexie-1.4.1.min.js", "utils.js", "options.js", "scm.providers.js", "scm.sync.js", "background.js" ] }, "browser_action": { "name": "Social Media References", "default_icon": "img\/sc48.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "unlimitedStorage", " |