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

Qu'est-ce que Sarahah Block ?

Sarahah Block est une extension Chrome développée par swapydapy, et sa fonction principale est "This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sarahah Block

Téléchargez les fichiers d'extension Sarahah Block au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Sarahah Block Sarahah Block
ID cimhbfgnhljfobaekifiljikjecfofgm
URL Officiel https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm
Description This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
Taille du Fichier 73.37 KB
Nombre d'Installations 15
Version Actuelle 0.3
Dernière Mise à Jour 2017-08-17
Date de Publication 2017-08-17
Évaluation 5.00/5 Total 8 Évaluations
Développeur swapydapy
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}