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

Co to jest Sarahah Block?

Sarahah Block to rozszerzenie Chrome opracowane przez swapydapy, a jego główną funkcją jest „This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sarahah Block

Pobierz pliki rozszerzeń Sarahah Block w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Sarahah Block Sarahah Block
ID cimhbfgnhljfobaekifiljikjecfofgm
Oficjalny URL https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm
Opis This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
Rozmiar pliku 73.37 KB
Liczba instalacji 15
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2017-08-17
Data Publikacji 2017-08-17
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper swapydapy
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}