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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |