No Promoted - Twitter Ad Blocker

An extension to remove promoted tweets, ads on Twitter

Was ist No Promoted - Twitter Ad Blocker?

No Promoted - Twitter Ad Blocker ist eine Chrome-Erweiterung, die von https://cagataypalaz.com entwickelt wurde, und ihr Hauptmerkmal ist "An extension to remove promoted tweets, ads on Twitter".

Erweiterungsscreenshots

screenshot

No Promoted - Twitter Ad Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie No Promoted - Twitter Ad Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name No Promoted - Twitter Ad Blocker No Promoted - Twitter Ad Blocker
ID nbpbiadehdooghgohmhfkkmambcnccbk
Offizielle URL https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk
Beschreibung An extension to remove promoted tweets, ads on Twitter
Dateigröße 16.16 KB
Installationsanzahl 36
Aktuelle Version 1.1
Letztes Update 2022-06-21
Veröffentlichungsdatum 2022-06-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://cagataypalaz.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://discord.gg/eutMDUWPwU
Unterstützte Sprachen 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"
    }
}