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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" ] } |