Twitter :orig

Redirects Twitter pictures and profile banners to their full-size URLs.

Twitter :orig क्या है?

Twitter :orig Mayhem द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects Twitter pictures and profile banners to their full-size URLs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitter :orig एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Twitter :orig Twitter :orig
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"
            }
        ]
    }
}