Social Media References

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

Social Media References क्या है?

Social Media References LHQ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Social Media References एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Changelog:

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

* v0.0.2
- Added more sites to blacklist

* v0.0.1
- Initial release                    

एक्सटेंशन की मूल जानकारी

नाम Social Media References Social Media References
ID lokeiablfphbmpalmakacikjccnlkpjl
आधिकारिक URL https://chromewebstore.google.com/detail/social-media-references/lokeiablfphbmpalmakacikjccnlkpjl
विवरण Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.
फ़ाइल का आकार 670 KB
स्थापना संख्या 55
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2017-09-27
प्रकाशन तिथि 2017-09-27
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर LHQ
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://gist.githubusercontent.com/plar/95c3d10a7739b9bd1f9756ffb09d0023/raw/0b4681613824a2ddfcc203d34982902592b36f96/Chrome%2520Extension%2520Privacy%2520Policy
समर्थित भाषाएँ 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'"
}