Twitter AdBlock

Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets

Τι είναι το Twitter AdBlock;

Το Twitter AdBlock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Anbodev, και η κύρια λειτουργία του είναι "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twitter AdBlock

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

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

                        Removes all the promoted Tweets from your timeline, following and the trends. Prevents ads from loading when using the back/forward history button. Prevents ads from popping up in timeline when scrolling through tweets. Bypasses Twitter's link warning and auto directs to links clicked within tweets.                    

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

Όνομα Twitter AdBlock Twitter AdBlock
ID kjaonljkcdidebicpnjijbfefeblncal
Επίσημο URL https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal
Περιγραφή Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
Μέγεθος Αρχείου 47.02 KB
Αριθμός Εγκαταστάσεων 730
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2021-01-30
Ημερομηνία Δημοσίευσης 2021-01-18
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Anbodev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter AdBlock",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ]
}