CiRF The Guardian

Comment is Really Free on Guardian articles

CiRF The Guardian क्या है?

CiRF The Guardian https://commentisreallyfree.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Comment is Really Free on Guardian articles"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CiRF The Guardian एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}