CiRF The Guardian

Comment is Really Free on Guardian articles

CiRF The Guardian là gì?

CiRF The Guardian là một tiện ích mở rộng Chrome được phát triển bởi https://commentisreallyfree.com, và tính năng chính của nó là "Comment is Really Free on Guardian articles".

Ả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 CiRF The Guardian

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

                        Allows comments to be made on any article at theguardian.com.

You need to be a registered Guardian user, or create a new user account at theguardian.com.

It works almost exactly the same as the Guardian comments facility but we've included the ability to edit your own comments.

Comments are community moderated by other people who use this extension.

No data is sent to theguardian.com servers, it is all sent securely using HTTPS to our own servers.

We do not know your email address or your theguardian.com password.

Version 1.1 update on May 25th, 2016 to include https pages on theguardian site.                    

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

Tên CiRF The Guardian CiRF The Guardian
ID lcfggnjbfkifcdlodneooflgidjdncak
URL Chính Thức https://chrome.google.com/webstore/detail/cirf-the-guardian/lcfggnjbfkifcdlodneooflgidjdncak
Mô tả Comment is Really Free on Guardian articles
Kích Thước Tệp 46.41 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-05-25
Ngày Phát Hành 2016-05-25
Nhà Phát Triển https://commentisreallyfree.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://commentisreallyfree.com/CiRFTheGuardian/
URL Trang Trợ Giúp https://commentisreallyfree.com/CiRFTheGuardian/Home/FAQ
URL Trang Chính Sách Bảo Mật https://commentisreallyfree.com/CiRFtheGuardian/Home/UserAgreement
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CiRF The Guardian",
    "description": "Comment is Really Free on Guardian articles",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "cookies",
        "http:\/\/www.theguardian.com\/*",
        "https:\/\/www.theguardian.com\/*",
        "https:\/\/profile.theguardian.com\/*",
        "https:\/\/avatar.guim.co.uk\/*",
        "http:\/\/localhost\/*",
        "https:\/\/commentisreallyfree.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/cpscott.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-1.12.0.min.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "CiRF.css"
            ],
            "matches": [
                "http:\/\/www.theguardian.com\/*",
                "https:\/\/www.theguardian.com\/*",
                "https:\/\/profile.theguardian.com\/*"
            ],
            "js": [
                "jquery-1.12.0.min.js",
                "CiRF.js",
                "CiRFUser.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/CiRFComment.png"
    ]
}