Newsfeed eradicator 2.0
Newsfeed eradicator for the fb redesign
Cos'è Newsfeed eradicator 2.0?
Newsfeed eradicator 2.0 è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Newsfeed eradicator for the fb redesign".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Newsfeed eradicator 2.0
Scarica i file di estensione Newsfeed eradicator 2.0 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
This app will block your newsfeed if you are using the new Facebook Redesign. This is useful if you want to use fb without mindlessly scrolling.
Informazioni di Base sull'Estensione
Nome | Newsfeed eradicator 2.0 |
ID | hghnhhmnjofkjaockndccidmkmbafann |
URL Ufficiale | https://chromewebstore.google.com/detail/newsfeed-eradicator-20/hghnhhmnjofkjaockndccidmkmbafann |
Descrizione | Newsfeed eradicator for the fb redesign |
Dimensione del File | 11.28 KB |
Conteggio Installazioni | 329 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-04-20 |
Data di Pubblicazione | 2020-04-19 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Newsfeed eradicator 2.0", "version": "1.0", "description": "Newsfeed eradicator for the fb redesign", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "background.js" ], "css": [ "override.css" ] } ], "page_action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "64": "images\/64.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "64": "images\/64.png", "128": "images\/128.png" }, "manifest_version": 2 } |