Sarahah Block

This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)

Apa itu Sarahah Block?

Sarahah Block adalah ekstensi Chrome yang dikembangkan oleh swapydapy, dan fitur utamanya adalah "This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sarahah Block

Unduh file ekstensi Sarahah Block 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

                        This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com 
You can see the post if you want to :)                    

Informasi Dasar Ekstensi

Nama Sarahah Block Sarahah Block
ID cimhbfgnhljfobaekifiljikjecfofgm
URL Resmi https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm
Deskripsi This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
Ukuran File 73.37 KB
Jumlah Instalasi 15
Versi Saat Ini 0.3
Terakhir Diperbarui 2017-08-17
Tanggal Publikasi 2017-08-17
Penilaian 5.00/5 Total 8 Penilaian
Pengembang swapydapy
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sarahah Block",
    "version": "0.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "mutation-summary.js",
                "cleaner.js",
                "content.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}