Kill News Feed & Stories.

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

Vad är Kill News Feed & Stories.?

Kill News Feed & Stories. är en Chrome-tillägg utvecklad av arryanggaputra, och dess huvudfunktion är "Saves your time by removing the Facebook news feed and Stories in your Browser.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Kill News Feed & Stories.-förlängningens CRX-fil

Ladda ner Kill News Feed & Stories.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Kill News Feed & Stories. Kill News Feed & Stories.
ID ggjocnbfiiifcaghdkkpgcpdednmnocb
Officiell webbadress https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb
Beskrivning Saves your time by removing the Facebook news feed and Stories in your Browser.
Filstorlek 60.32 KB
Antal Installationer 3,061
Aktuell Version 1.0.2
Senast Uppdaterad 2020-03-29
Publiceringsdatum 2020-03-29
Betyg 2.45/5 Totalt 22 Betyg
Utvecklare arryanggaputra
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://kopi.dev
Hjälpsida URL https://kopi.dev
Stödda Språk 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"
    }
}