Social Media References

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

Cos'è Social Media References?

Social Media References è un'estensione di Chrome sviluppata da LHQ, e la sua funzione principale è "Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Social Media References

Scarica i file di estensione Social Media References in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Changelog:

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

* v0.0.2
- Added more sites to blacklist

* v0.0.1
- Initial release                    

Informazioni di Base sull'Estensione

Nome Social Media References Social Media References
ID lokeiablfphbmpalmakacikjccnlkpjl
URL Ufficiale https://chromewebstore.google.com/detail/social-media-references/lokeiablfphbmpalmakacikjccnlkpjl
Descrizione Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.
Dimensione del File 670 KB
Conteggio Installazioni 55
Versione Corrente 0.0.3
Ultimo Aggiornamento 2017-09-27
Data di Pubblicazione 2017-09-27
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore LHQ
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://gist.githubusercontent.com/plar/95c3d10a7739b9bd1f9756ffb09d0023/raw/0b4681613824a2ddfcc203d34982902592b36f96/Chrome%2520Extension%2520Privacy%2520Policy
Lingue Supportate 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'"
}