FeedReflect

Browser extension designed to promote awareness when reading news on Twitter.

FeedReflect là gì?

FeedReflect là một tiện ích mở rộng Chrome được phát triển bởi https://feedreflect.org, và tính năng chính của nó là "Browser extension designed to promote awareness when reading news on Twitter.".

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

screenshot

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

Tải xuống các tệp mở rộng FeedReflect 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

                        This browser extension changes twitter feed by making posts more or less visible and help users distinguish news with differing level of reliability. 

Update(June 04, 2020):
Twitter changed the layout a little. Fixed the problems due to this change.

Update(May 07, 2020):
Removed previous twitter layout support and some research related functionality

Update(August 10, 2019):
Set the limit for the number of surveys shown to each user per day.

Update(July 10, 2019): 
support for both legacy and new layout for Twitter.                    

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

Tên FeedReflect FeedReflect
ID bigmeipgaifggglelcnpnpbaefimpooc
URL Chính Thức https://chromewebstore.google.com/detail/feedreflect/bigmeipgaifggglelcnpnpbaefimpooc
Mô tả Browser extension designed to promote awareness when reading news on Twitter.
Kích Thước Tệp 1 MB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2020-06-05
Ngày Phát Hành 2020-06-04
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://feedreflect.org
Email [email protected]
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",
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "js\/codebird.js",
            "js\/data.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/feedReflect.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/material.min.css",
                "css\/tipr.css",
                "css\/style.css",
                "css\/font-awesome.min.css"
            ],
            "js": [
                "js\/material.min.js",
                "js\/jquery-3.1.1.min.js",
                "js\/tooltip.js",
                "js\/tipr.min.js",
                "js\/notCredible.js",
                "js\/twitterHandles.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/auth_message.js"
            ],
            "matches": [
                "https:\/\/api.twitter.com\/oauth\/authorize"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Browser extension designed to promote awareness when reading news on Twitter.",
    "icons": {
        "128": "images\/feedReflect_128.png",
        "16": "images\/feedReflect_16.png",
        "48": "images\/feedReflect_48.png"
    },
    "manifest_version": 2,
    "name": "FeedReflect",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "https:\/\/www.feedreflect.org\/*",
        "https:\/\/api.twitter.com\/*"
    ],
    "version": "0.1.8",
    "web_accessible_resources": [
        "images\/question.png",
        "images\/question.svg",
        "iframe_inject.html",
        "js\/iframe_inject.js",
        "images\/survey.png",
        "fonts\/fontawesome-webfont.woff2",
        "css\/bootstrap.min.css",
        "fonts\/glyphicons-halflings-regular.woff",
        "fonts\/glyphicons-halflings-regular.ttf"
    ]
}