Twitter Media Preview Blocker

Block media (image, GIF and video) previews on your Twitter timeline. Perfect for avoiding those pesky spoilers!!

什麼是Twitter Media Preview Blocker?

Twitter Media Preview Blocker是由Project Kenneth開發的Chrome擴展程式,該擴展的主要功能是“Block media (image, GIF and video) previews on your Twitter timeline. Perfect for avoiding those pesky spoilers!!”。

擴展截圖

screenshot

下載Twitter Media Preview Blocker擴展crx文件

下載Twitter Media Preview Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Want to hide media previews on Twitter to avoid seeing unexpected and unwanted images, GIFs, or videos on your timeline?

Want to avoid getting spoiled on Twitter?

Then this is the perfect Chrome extension for you!

Once enabled, you will no longer see actual media previews on your Twitter timeline. If you are 100% sure you want to view the media, just click on the tweet and you'll be able to do so.

All of this in one click.

So, what are you waiting for? Download Twitter Media Preview Blocker now!                    

擴展基本資訊

名稱 Twitter Media Preview Blocker Twitter Media Preview Blocker
ID lnpiebfnimnnljdcjoffaidebpkpnknn
官方網址 https://chromewebstore.google.com/detail/twitter-media-preview-blo/lnpiebfnimnnljdcjoffaidebpkpnknn
簡介 Block media (image, GIF and video) previews on your Twitter timeline. Perfect for avoiding those pesky spoilers!!
檔案大小 33.13 KB
安裝次數 80
目前版本 0.0.1
更新時間 2022-05-04
上架時間 2022-05-04
評分 4.50/5 共 2 次評分
開發者 Project Kenneth
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Media Preview Blocker",
    "description": "Block media (image, GIF and video) previews on your Twitter timeline. Perfect for avoiding those pesky spoilers!!",
    "version": "0.0.1",
    "author": "Movies Mixed Up",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "inject\/tmpb-main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/placeholder.png"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Twitter Media Preview Block Options",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    }
}