The Washington Post
Stay informed with hand-picked stories from the editors of The Washington Post.
Cos'è The Washington Post?
The Washington Post è un'estensione di Chrome sviluppata da https://www.washingtonpost.com, e la sua funzione principale è "Stay informed with hand-picked stories from the editors of The Washington Post.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Washington Post
Scarica i file di estensione The Washington Post 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
See today’s top stories each time you open a new tab. Informazioni di Base sull'Estensione
| Nome | |
| ID | ilgaabojccagggalemipkfjbcdemjgee |
| URL Ufficiale | https://chromewebstore.google.com/detail/the-washington-post/ilgaabojccagggalemipkfjbcdemjgee |
| Descrizione | Stay informed with hand-picked stories from the editors of The Washington Post. |
| Dimensione del File | 17.64 KB |
| Conteggio Installazioni | 52,894 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-05-06 |
| Data di Pubblicazione | 2020-06-08 |
| Valutazione | 4.49/5 Totale 35 Valutazioni |
| Sviluppatore | https://www.washingtonpost.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.washingtonpost.com/privacy-policy/2011/11/18/gIQASIiaiN_story.html |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Washington Post",
"description": "Stay informed with hand-picked stories from the editors of The Washington Post.",
"icons": {
"16": "wp-logo-16.png",
"48": "wp-logo-48.png",
"128": "wp-logo-128.png"
},
"version": "1.0",
"chrome_url_overrides": {
"newtab": "rainbow.html"
},
"permissions": [
"https:\/\/www.google-analytics.com\/*"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'",
"manifest_version": 2
} | |