CiRF The Guardian
Comment is Really Free on Guardian articles
O que é CiRF The Guardian?
CiRF The Guardian é uma extensão do Chrome desenvolvida por https://commentisreallyfree.com, e sua principal característica é "Comment is Really Free on Guardian articles".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CiRF The Guardian
Baixe arquivos de extensão CiRF The Guardian no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lcfggnjbfkifcdlodneooflgidjdncak |
URL Oficial | https://chrome.google.com/webstore/detail/cirf-the-guardian/lcfggnjbfkifcdlodneooflgidjdncak |
Descrição | Comment is Really Free on Guardian articles |
Tamanho do Arquivo | 46.41 KB |
Contagem de Instalações | 15 |
Versão Atual | 1.1 |
Última Atualização | 2016-05-25 |
Data de Publicação | 2016-05-25 |
Desenvolvedor | https://commentisreallyfree.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://commentisreallyfree.com/CiRFTheGuardian/ |
URL da Página de Ajuda | https://commentisreallyfree.com/CiRFTheGuardian/Home/FAQ |
URL da Página de Política de Privacidade | https://commentisreallyfree.com/CiRFtheGuardian/Home/UserAgreement |
Idiomas Suportados | 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" ] } |