Sponsored and Suggested Blocker

Removes all annoying sponsored and suggested posts from facebook, video without annoying Ads.

Co to jest Sponsored and Suggested Blocker?

Sponsored and Suggested Blocker to rozszerzenie Chrome opracowane przez https://www.downloadhub.cloud, a jego główną funkcją jest „Removes all annoying sponsored and suggested posts from facebook, video without annoying Ads.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sponsored and Suggested Blocker

Pobierz pliki rozszerzeń Sponsored and Suggested 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

                        This extension will block all sponsored posts from your Facebook. Not only sponsored posts but also suggested posts will get blocked from your Facebook . The extension helps to block any video advertisements on Facebook. But not all video can block this extension Best extension to block your suggested and sponsored posts.

Facebook™ is a trademark of Facebook Inc., registered in the U.S. 
and other countries. This is an independent project developed by 
me and has no relationship to Facebook™ or Facebook Inc.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sponsored and Suggested Blocker Sponsored and Suggested Blocker
ID hmhmaomdbeggahimbokbajjhapoilibg
Oficjalny URL https://chrome.google.com/webstore/detail/sponsored-suggested-block/hmhmaomdbeggahimbokbajjhapoilibg
Opis Removes all annoying sponsored and suggested posts from facebook, video without annoying Ads.
Rozmiar pliku 64.16 KB
Liczba instalacji 123
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2023-06-30
Data Publikacji 2022-12-23
Ocena 3.83/5 Łącznie 6 Oceny
Deweloper https://www.downloadhub.cloud
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.downloadhub.cloud/2022/09/sponsorblock-for-facebook.html
Adres URL Strony Polityki Prywatności https://www.codehemu.com/p/privacy-policy.html
Obsługiwane Języki en,en-GB,en-US,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content-style.css"
            ],
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content-loader.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2022\/09\/sponsorblock-for-facebook.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage",
        "tabs"
    ],
    "version": "1.0.4"
}