Social Media References

Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.

Wat is Social Media References?

Social Media References is een Chrome-extensie ontwikkeld door LHQ, en de belangrijkste functie is "Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Social Media References

Download Social Media References-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Changelog:

* v0.0.3
- Added 'Enable automatic request' option.

* v0.0.2
- Added more sites to blacklist

* v0.0.1
- Initial release                    

Basisinformatie over de Extensie

Naam Social Media References Social Media References
ID lokeiablfphbmpalmakacikjccnlkpjl
Officiële URL https://chromewebstore.google.com/detail/social-media-references/lokeiablfphbmpalmakacikjccnlkpjl
Beschrijving Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.
Bestandsgrootte 670 KB
Aantal Installaties 55
Huidige Versie 0.0.3
Laatst Bijgewerkt 2017-09-27
Publicatiedatum 2017-09-27
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar LHQ
Betalingswijze free
URL van de Privacybeleid Pagina https://gist.githubusercontent.com/plar/95c3d10a7739b9bd1f9756ffb09d0023/raw/0b4681613824a2ddfcc203d34982902592b36f96/Chrome%2520Extension%2520Privacy%2520Policy
Ondersteunde Talen 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",
        ""
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [],
    "minimum_chrome_version": "22.0.0.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}