CiRF The Guardian
Comment is Really Free on Guardian articles
Cos'è CiRF The Guardian?
CiRF The Guardian è un'estensione di Chrome sviluppata da https://commentisreallyfree.com, e la sua funzione principale è "Comment is Really Free on Guardian articles".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CiRF The Guardian
Scarica i file di estensione CiRF The Guardian in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lcfggnjbfkifcdlodneooflgidjdncak |
URL Ufficiale | https://chrome.google.com/webstore/detail/cirf-the-guardian/lcfggnjbfkifcdlodneooflgidjdncak |
Descrizione | Comment is Really Free on Guardian articles |
Dimensione del File | 46.41 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-05-25 |
Data di Pubblicazione | 2016-05-25 |
Sviluppatore | https://commentisreallyfree.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://commentisreallyfree.com/CiRFTheGuardian/ |
URL della Pagina di Aiuto | https://commentisreallyfree.com/CiRFTheGuardian/Home/FAQ |
URL della Pagina della Politica sulla Privacy | https://commentisreallyfree.com/CiRFtheGuardian/Home/UserAgreement |
Lingue Supportate | 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" ] } |