Twitter :orig
Redirects Twitter pictures and profile banners to their full-size URLs.
Τι είναι το Twitter :orig;
Το Twitter :orig είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mayhem, και η κύρια λειτουργία του είναι "Redirects Twitter pictures and profile banners to their full-size URLs.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitter :orig
Λήψη αρχείων επέκτασης Twitter :orig σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        Change log:
- 0.0.8: New .webp images are now ignored
- 0.0.7: Updated to use the manifest version 3, and "declarativeNetRequest" Chrome extension API.
- 0.0.6: Fixed filename when saving, fixed redirecting the pictures to the full-size URLs on Twitter itself.
- 0.0.5: Added support for profile pictures
- 0.0.4: Added support for profile banners
- 0.0.3: Added support for the different URL format on mobile.twitter.com
- 0.0.2: Removed the size suffix when saving files
- 0.0.1: Initial release                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | omcceanflgdamgeehackanacaikfpfen | 
| Επίσημο URL | https://chromewebstore.google.com/detail/twitter-orig/omcceanflgdamgeehackanacaikfpfen | 
| Περιγραφή | Redirects Twitter pictures and profile banners to their full-size URLs. | 
| Μέγεθος Αρχείου | 3.44 KB | 
| Αριθμός Εγκαταστάσεων | 164 | 
| Τρέχουσα Έκδοση | 0.0.8 | 
| Τελευταία Ενημέρωση | 2023-08-31 | 
| Ημερομηνία Δημοσίευσης | 2019-02-27 | 
| Αξιολόγηση | 4.75/5 Συνολικά 4 Αξιολογήσεις | 
| Προγραμματιστής | Mayhem | 
| Ηλεκτρονικό ταχυδρομείο | [email protected] | 
| Τύπος Πληρωμής | free | 
| Υποστηριζόμενες Γλώσσες | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter :orig",
    "description": "Redirects Twitter pictures and profile banners to their full-size URLs.",
    "version": "0.0.8",
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*",
        "*:\/\/mobile.twitter.com\/*",
        "*:\/\/pbs.twimg.com\/media\/",
        "*:\/\/pbs.twimg.com\/profile_banners\/",
        "*:\/\/pbs.twimg.com\/profile_images\/"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}  |  |