MyTwoCents Comment Aggregator

Comment aggregator for Reddit, HackerNews, and Facebook

Qu'est-ce que MyTwoCents Comment Aggregator ?

MyTwoCents Comment Aggregator est une extension Chrome développée par trahn, et sa fonction principale est "Comment aggregator for Reddit, HackerNews, and Facebook".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MyTwoCents Comment Aggregator

Téléchargez les fichiers d'extension MyTwoCents Comment Aggregator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        MyTwoCents is a comment aggregator as a browser extension. It currently puts Reddit, HackerNews, and Facebook comments on any website you are visiting. The idea is to have all comments in one place right next to the website they are referring to - as you browse the web. 
You can see it in action before installing on this site: https://mytwocentscomments.website/                    

Informations de Base sur l'Extension

Nom MyTwoCents Comment Aggregator MyTwoCents Comment Aggregator
ID gmcmamjffgpegfhbkbldeamchnadoick
URL Officiel https://chromewebstore.google.com/detail/mytwocents-comment-aggreg/gmcmamjffgpegfhbkbldeamchnadoick
Description Comment aggregator for Reddit, HackerNews, and Facebook
Taille du Fichier 107 KB
Nombre d'Installations 29
Version Actuelle 0.1.3
Dernière Mise à Jour 2018-02-01
Date de Publication 2018-02-01
Évaluation 4.25/5 Total 4 Évaluations
Développeur trahn
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyTwoCents Comment Aggregator",
    "description": "Comment aggregator for Reddit, HackerNews, and Facebook",
    "version": "0.1.3",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "Show comments!"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "iframe.html",
        "icons\/icon128.png",
        "content.js",
        "content.css",
        "lib\/bootstrap.min.css",
        "lib\/bootstrap.min.js",
        "lib\/jquery-3.2.1.slim.min.js",
        "lib\/popper.min.js",
        "lib\/embedd.min.js",
        "iframe.css",
        "iframe.js"
    ]
}