Kill News Feed & Stories.

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

Co je Kill News Feed & Stories.?

Kill News Feed & Stories. je rozšíření Chrome vyvinuté arryanggaputra, a jeho hlavní funkcí je „Saves your time by removing the Facebook news feed and Stories in your Browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Kill News Feed & Stories.

Stáhněte si soubory rozšíření Kill News Feed & Stories. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Kill News Feed & Stories. Kill News Feed & Stories.
ID ggjocnbfiiifcaghdkkpgcpdednmnocb
Oficiální URL https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb
Popis Saves your time by removing the Facebook news feed and Stories in your Browser.
Velikost souboru 60.32 KB
Počet instalací 3,061
Aktuální Verze 1.0.2
Poslední Aktualizace 2020-03-29
Datum Vydání 2020-03-29
Hodnocení 2.45/5 Celkem 22 Hodnocení
Vývojář arryanggaputra
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://kopi.dev
URL Stránky Nápovědy https://kopi.dev
Podporované Jazyky 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"
    }
}