No Promoted - Twitter Ad Blocker

An extension to remove promoted tweets, ads on Twitter

Τι είναι το No Promoted - Twitter Ad Blocker;

Το No Promoted - Twitter Ad Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cagataypalaz.com, και η κύρια λειτουργία του είναι "An extension to remove promoted tweets, ads on Twitter".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης No Promoted - Twitter Ad Blocker

Λήψη αρχείων επέκτασης No Promoted - Twitter Ad Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα No Promoted - Twitter Ad Blocker No Promoted - Twitter Ad Blocker
ID nbpbiadehdooghgohmhfkkmambcnccbk
Επίσημο URL https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk
Περιγραφή An extension to remove promoted tweets, ads on Twitter
Μέγεθος Αρχείου 16.16 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2022-06-21
Ημερομηνία Δημοσίευσης 2022-06-12
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://cagataypalaz.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://discord.gg/eutMDUWPwU
Υποστηριζόμενες Γλώσσες 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"
    }
}