MyTwoCents Comment Aggregator

Comment aggregator for Reddit, HackerNews, and Facebook

什么是MyTwoCents Comment Aggregator?

MyTwoCents Comment Aggregator是由trahn开发的Chrome扩展程序,该扩展的主要功能是“Comment aggregator for Reddit, HackerNews, and Facebook”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载MyTwoCents Comment Aggregator扩展crx文件

下载MyTwoCents Comment Aggregator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 MyTwoCents Comment Aggregator MyTwoCents Comment Aggregator
ID gmcmamjffgpegfhbkbldeamchnadoick
官方URL https://chromewebstore.google.com/detail/mytwocents-comment-aggreg/gmcmamjffgpegfhbkbldeamchnadoick
简介 Comment aggregator for Reddit, HackerNews, and Facebook
文件大小 107 KB
安装次数 29
当前版本 0.1.3
更新时间 2018-02-01
上架时间 2018-02-01
评分 4.25/5 共4次评分
开发者 trahn
付费类型 free
支持的语言 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"
    ]
}