CiRF The Guardian

Comment is Really Free on Guardian articles

什么是CiRF The Guardian?

CiRF The Guardian是由https://commentisreallyfree.com开发的Chrome扩展程序,该扩展的主要功能是“Comment is Really Free on Guardian articles”。

扩展截图

screenshot

下载CiRF The Guardian扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 CiRF The Guardian CiRF The Guardian
ID lcfggnjbfkifcdlodneooflgidjdncak
官方URL https://chrome.google.com/webstore/detail/cirf-the-guardian/lcfggnjbfkifcdlodneooflgidjdncak
简介 Comment is Really Free on Guardian articles
文件大小 46.41 KB
安装次数 15
当前版本 1.1
更新时间 2016-05-25
上架时间 2016-05-25
开发者 https://commentisreallyfree.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://commentisreallyfree.com/CiRFTheGuardian/
帮助页面URL https://commentisreallyfree.com/CiRFTheGuardian/Home/FAQ
隐私政策页面URL https://commentisreallyfree.com/CiRFtheGuardian/Home/UserAgreement
支持的语言 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"
    ]
}