Hide News Feed

Hide the Facebook(new design) News Feed to focus more on your goals

Apa itu Hide News Feed?

Hide News Feed adalah ekstensi Chrome yang dikembangkan oleh Mahmoud Zohdi, dan fitur utamanya adalah "Hide the Facebook(new design) News Feed to focus more on your goals".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Hide News Feed

Unduh file ekstensi Hide News Feed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Hide News Feed is a chrome extension to hide the Facebook(new design) News Feed to focus more on your goals.                    

Informasi Dasar Ekstensi

Nama Hide News Feed Hide News Feed
ID eklocgfahbmpdaakegdgommndamckmak
URL Resmi https://chromewebstore.google.com/detail/hide-news-feed/eklocgfahbmpdaakegdgommndamckmak
Deskripsi Hide the Facebook(new design) News Feed to focus more on your goals
Ukuran File 7.99 KB
Jumlah Instalasi 24
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2020-04-21
Tanggal Publikasi 2020-04-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Mahmoud Zohdi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide News Feed",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Hide the Facebook(new design) News Feed to focus more on your goals",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/",
                "https:\/\/*.facebook.com\/?*"
            ],
            "css": [
                "hide-facebook-newsfeed.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}