Kill News Feed & Stories.

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

Co to jest Kill News Feed & Stories.?

Kill News Feed & Stories. to rozszerzenie Chrome opracowane przez arryanggaputra, a jego główną funkcją jest „Saves your time by removing the Facebook news feed and Stories in your Browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Kill News Feed & Stories.

Pobierz pliki rozszerzeń Kill News Feed & Stories. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Kill News Feed & Stories. Kill News Feed & Stories.
ID ggjocnbfiiifcaghdkkpgcpdednmnocb
Oficjalny URL https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb
Opis Saves your time by removing the Facebook news feed and Stories in your Browser.
Rozmiar pliku 60.32 KB
Liczba instalacji 3,061
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2020-03-29
Data Publikacji 2020-03-29
Ocena 2.45/5 Łącznie 22 Oceny
Deweloper arryanggaputra
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://kopi.dev
Adres URL Strony Pomocy https://kopi.dev
Obsługiwane Języki 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"
    }
}