Twitter Promotion Blocker

Twitterのタイムライン上のプロモーションを非表示にする

Twitter Promotion Blockerとは何ですか?

Twitter Promotion Blockerはloachによって開発されたChromeの拡張機能で、その主な機能は「Twitterのタイムライン上のプロモーションを非表示にする」です。

拡張機能のスクリーンショット

screenshot

Twitter Promotion Blocker拡張機能のCRXファイルをダウンロード

Twitter Promotion Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hide promotions on the Twitter timeline                    

拡張機能の基本情報

名前 Twitter Promotion Blocker Twitter Promotion Blocker
ID lkihdcghldecfaijmejlddmgkljlfdgb
公式URL https://chromewebstore.google.com/detail/twitter-promotion-blocker/lkihdcghldecfaijmejlddmgkljlfdgb
説明 Twitterのタイムライン上のプロモーションを非表示にする
ファイルサイズ 6.21 KB
インストール数 66
現在のバージョン 1.0.0
最終更新日 2020-09-13
公開日 2020-09-13
評価 5.00/5 合計 2 レビュー
開発者 loach
Eメール [email protected]
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Promotion Blocker",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Twitter\u306e\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u4e0a\u306e\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}