MyTwoCents Comment Aggregator

Comment aggregator for Reddit, HackerNews, and Facebook

MyTwoCents Comment Aggregator là gì?

MyTwoCents Comment Aggregator là một tiện ích mở rộng Chrome được phát triển bởi trahn, và tính năng chính của nó là "Comment aggregator for Reddit, HackerNews, and Facebook".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MyTwoCents Comment Aggregator

Tải xuống các tệp mở rộng MyTwoCents Comment Aggregator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MyTwoCents Comment Aggregator MyTwoCents Comment Aggregator
ID gmcmamjffgpegfhbkbldeamchnadoick
URL Chính Thức https://chromewebstore.google.com/detail/mytwocents-comment-aggreg/gmcmamjffgpegfhbkbldeamchnadoick
Mô tả Comment aggregator for Reddit, HackerNews, and Facebook
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2018-02-01
Ngày Phát Hành 2018-02-01
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển trahn
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}