Comment Aggregator

Post comments freely where they belong

Comment Aggregatorคืออะไร?

Comment Aggregator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marcelganczak และคุณลักษณะหลักของมันคือ "Post comments freely where they belong"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comment Aggregator

ดาวน์โหลดไฟล์ส่วนขยาย Comment Aggregator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Comment aggregator was inspired by gab's dissenter. I liked the idea of being able to engage in discussion even if the news site has blocked comments.

But I found that I didn't like having to open the dissenter popup. It took me away from the experience. I'd rather have the comment section in its natural place.

I also discovered that dissenter attracts people who think alike. I'd rather be able to see comments from across the whole political spectrum.

How it works

1) Comment aggregator recognises the natural place for comments in the 23 biggest US & UK news websites. Comment section blocked? You won't even notice. Comment aggregator will create a comment section for you - and exactly where it belongs.

2) Comment aggregator connects with gab's dissenter, BBC, the Guardian, the Daily Mail, the Independent and Yahoo News. It looks for related articles covering your story. Then it pulls the top comments and displays them in your browser.

3) I think that a lot of problems in today's politics stem from the fact that people simply don't listen to each other. They remain locked in their echo chambers and don't ever listen to the other side.

That's why I organise my sources by how left-wing/right-wing they are - and start my search at the opposite end of your political spectrum. If you're reading an article in the Guardian, expect comments from the Daily Mail. And vice versa. Break out of your bubble and start listening to the other side!

Feel free to drop me a line at: [email protected]

Website: https://commentaggregator.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Comment Aggregator Comment Aggregator
ID pncfonkgkcoggedhmhdoellbllleojnn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/comment-aggregator/pncfonkgkcoggedhmhdoellbllleojnn
คำอธิบาย Post comments freely where they belong
ขนาดไฟล์ 13.92 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-04-05
วันที่เผยแพร่ 2019-04-05
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา marcelganczak
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://commentaggregator.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comment Aggregator",
    "short_name": "Comments",
    "version": "1.0",
    "author": "Marcel Ganczak",
    "description": "Post comments freely where they belong",
    "permissions": [
        "activeTab",
        "https:\/\/commentaggregator.com\/*"
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.theguardian.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.bbc.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.dailymail.co.uk\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.telegraph.co.uk\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.independent.co.uk\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.mirror.co.uk\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.thesun.co.uk\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.express.co.uk\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/metro.co.uk\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.channel4.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.huffingtonpost.co.uk\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.standard.co.uk\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.irishtimes.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.manchestereveningnews.co.uk\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/news.yahoo.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.huffpost.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/edition.cnn.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.nytimes.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.foxnews.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.nbcnews.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.washingtonpost.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/abcnews.go.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.usatoday.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/eu.usatoday.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.latimes.com\/*"
            ],
            "js": [
                "out\/content-script.js"
            ]
        }
    ],
    "manifest_version": 2
}