PureTwitter

Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience!

Τι είναι το PureTwitter;

Το PureTwitter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lee, και η κύρια λειτουργία του είναι "Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience!".

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

screenshot
screenshot

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

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

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

                        A browser extension that filters out tweets and Twitter accounts containing pornography, violence, or advertisements automatically. With this extension, you can now stay away from junk tweets and enjoy a cleaner and safer Twitter experience. Say goodbye to inappropriate content and hello to a more pleasant social media experience. Get our browser extension now and start enjoying a better Twitter!                    

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

Όνομα PureTwitter PureTwitter
ID nflidllhiamnebgbgoemadhhfdpbbpbi
Επίσημο URL https://chromewebstore.google.com/detail/puretwitter/nflidllhiamnebgbgoemadhhfdpbbpbi
Περιγραφή Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience!
Μέγεθος Αρχείου 371 KB
Αριθμός Εγκαταστάσεων 4,145
Τρέχουσα Έκδοση 1.0.14
Τελευταία Ενημέρωση 2023-12-21
Ημερομηνία Δημοσίευσης 2023-07-07
Αξιολόγηση 4.63/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής Lee
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
URL της Σελίδας Πολιτικής Απορρήτου https://www.privacypolicies.com/live/1f7656aa-e3fa-4948-8033-2112e39a6734
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "manifest_version": 3,
    "name": "PureTwitter",
    "description": "Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience\uff01",
    "version": "1.0.14",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/puretwitter.ikeyly.cn\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/injected.js"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}