No Promoted - Twitter Ad Blocker

An extension to remove promoted tweets, ads on Twitter

Co to jest No Promoted - Twitter Ad Blocker?

No Promoted - Twitter Ad Blocker to rozszerzenie Chrome opracowane przez https://cagataypalaz.com, a jego główną funkcją jest „An extension to remove promoted tweets, ads on Twitter”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia No Promoted - Twitter Ad Blocker

Pobierz pliki rozszerzeń No Promoted - Twitter Ad 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

                        No Promoted is an ad blocker for Twitter. It automatically hides/removes the promoted tweets and accounts.

How to use?
No Promoted is easy to use extension. Just add your browser and activate it by clicking the extension icon on the top.

Requirements?
None! There're no requirements to use this extension. It's free to use and no signup required.

Language support?
Only English is supported at the moment, other languages will be supported soon.

For requests and support please join my Discord support server
https://discord.gg/eutMDUWPwU                    

Podstawowe informacje o rozszerzeniu

Nazwa No Promoted - Twitter Ad Blocker No Promoted - Twitter Ad Blocker
ID nbpbiadehdooghgohmhfkkmambcnccbk
Oficjalny URL https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk
Opis An extension to remove promoted tweets, ads on Twitter
Rozmiar pliku 16.16 KB
Liczba instalacji 36
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-06-21
Data Publikacji 2022-06-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://cagataypalaz.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://discord.gg/eutMDUWPwU
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Promoted - Twitter Ad Blocker",
    "description": "An extension to remove promoted tweets, ads on Twitter",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}