Kill News Feed & Stories.

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

Τι είναι το Kill News Feed & Stories.;

Το Kill News Feed & Stories. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον arryanggaputra, και η κύρια λειτουργία του είναι "Saves your time by removing the Facebook news feed and Stories in your Browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Kill News Feed & Stories.

Λήψη αρχείων επέκτασης Kill News Feed & Stories. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kill News Feed & Stories. Kill News Feed & Stories.
ID ggjocnbfiiifcaghdkkpgcpdednmnocb
Επίσημο URL https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb
Περιγραφή Saves your time by removing the Facebook news feed and Stories in your Browser.
Μέγεθος Αρχείου 60.32 KB
Αριθμός Εγκαταστάσεων 3,061
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2020-03-29
Ημερομηνία Δημοσίευσης 2020-03-29
Αξιολόγηση 2.45/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής arryanggaputra
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://kopi.dev
Διεύθυνση URL της Σελίδας Βοήθειας https://kopi.dev
Υποστηριζόμενες Γλώσσες 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"
    }
}