Kill News Feed & Stories.

Saves your time by removing the Facebook news feed and Stories in your Browser.

Cos'è Kill News Feed & Stories.?

Kill News Feed & Stories. è un'estensione di Chrome sviluppata da arryanggaputra, e la sua funzione principale è "Saves your time by removing the Facebook news feed and Stories in your Browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kill News Feed & Stories.

Scarica i file di estensione Kill News Feed & Stories. 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

                        Saves your time by removing the Facebook news feed and Stories in your Browser.
Remove the news feed and storiess. That's it. You can still check your messages and notifications, update status, and do everything you could do before. You just won't get distracting news feed posts and stories anymore.

No more wasting time on Facebook. Be Productive!

Changelog:
1.0.2
- reload facebook when configuration changes                    

Informazioni di Base sull'Estensione

Nome Kill News Feed & Stories. Kill News Feed & Stories.
ID ggjocnbfiiifcaghdkkpgcpdednmnocb
URL Ufficiale https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb
Descrizione Saves your time by removing the Facebook news feed and Stories in your Browser.
Dimensione del File 60.32 KB
Conteggio Installazioni 3,061
Versione Corrente 1.0.2
Ultimo Aggiornamento 2020-03-29
Data di Pubblicazione 2020-03-29
Valutazione 2.45/5 Totale 22 Valutazioni
Sviluppatore arryanggaputra
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kopi.dev
URL della Pagina di Aiuto https://kopi.dev
Lingue Supportate en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "beProductive.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Kill News Feed & Stories.",
    "description": "Saves your time by removing the Facebook news feed and Stories in your Browser.",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    }
}