Twitter Image Preview Blocker

Block inline image previews on twitter

What is Twitter Image Preview Blocker?

Twitter Image Preview Blocker is a Chrome extension developed by jeffrey.tierney, and its main feature is "Block inline image previews on twitter".

Extension Screenshots

screenshot

Download Twitter Image Preview Blocker Extension CRX File

Download Twitter Image Preview Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple extension to block the inline image previews on twitter.                    

Extension Basic Information

Name Twitter Image Preview Blocker Twitter Image Preview Blocker
ID iokmkidbmoacjdmenafapdmiheodmmbe
Official URL https://chromewebstore.google.com/detail/twitter-image-preview-blo/iokmkidbmoacjdmenafapdmiheodmmbe
Description Block inline image previews on twitter
File Size 38.13 KB
Installation Count 222
Current Version 0.0.3
Last Updated 2013-11-01
Publish Date 2013-10-31
Rating 3.72/5 Total 25 Ratings
Developer jeffrey.tierney
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Image Preview Blocker",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Block inline image previews on twitter",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "css": [
                "css\/twimgblocker.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/twimgblocker_16.png",
        "48": "img\/twimgblocker_48.png",
        "128": "img\/twimgblocker_128.png"
    }
}