Feed Blocker

Block annoying feeds on social media...

Co to jest Feed Blocker?

Feed Blocker to rozszerzenie Chrome opracowane przez silanthibot, a jego główną funkcją jest „Block annoying feeds on social media...”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Feed Blocker

Pobierz pliki rozszerzeń Feed Blocker 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

                        Tired of sarahah posts on facebook?
Block annoying feed from specific app or website on websites like facebook etc.
This analyses the images on your news feed and tries to find if it is a sarahah photo or not. If yes, it removes them for you.. You can enable and disable the content you wish to see at any time.                    

Podstawowe informacje o rozszerzeniu

Nazwa Feed Blocker Feed Blocker
ID bfafecjfeogalhnanmiohcekaoahjndh
Oficjalny URL https://chromewebstore.google.com/detail/feed-blocker/bfafecjfeogalhnanmiohcekaoahjndh
Opis Block annoying feeds on social media...
Rozmiar pliku 113 KB
Liczba instalacji 15
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2017-08-15
Data Publikacji 2017-08-15
Deweloper silanthibot
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": "Feed Blocker",
    "description": "Block annoying feeds on social media...",
    "version": "0.0.1",
    "optional_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "FB Feed Blocker",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "22": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        "img\/logo.png"
    ]
}