MyTwoCents Comment Aggregator

Comment aggregator for Reddit, HackerNews, and Facebook

O que é MyTwoCents Comment Aggregator?

MyTwoCents Comment Aggregator é uma extensão do Chrome desenvolvida por trahn, e sua principal característica é "Comment aggregator for Reddit, HackerNews, and Facebook".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MyTwoCents Comment Aggregator

Baixe arquivos de extensão MyTwoCents Comment Aggregator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome MyTwoCents Comment Aggregator MyTwoCents Comment Aggregator
ID gmcmamjffgpegfhbkbldeamchnadoick
URL Oficial https://chromewebstore.google.com/detail/mytwocents-comment-aggreg/gmcmamjffgpegfhbkbldeamchnadoick
Descrição Comment aggregator for Reddit, HackerNews, and Facebook
Tamanho do Arquivo 107 KB
Contagem de Instalações 29
Versão Atual 0.1.3
Última Atualização 2018-02-01
Data de Publicação 2018-02-01
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor trahn
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}