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 :)

Wat is Sarahah Block?

Sarahah Block is een Chrome-extensie ontwikkeld door swapydapy, en de belangrijkste functie is "This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sarahah Block

Download Sarahah Block-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Sarahah Block Sarahah Block
ID cimhbfgnhljfobaekifiljikjecfofgm
Officiële URL https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm
Beschrijving This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
Bestandsgrootte 73.37 KB
Aantal Installaties 15
Huidige Versie 0.3
Laatst Bijgewerkt 2017-08-17
Publicatiedatum 2017-08-17
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar swapydapy
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}