No Media
Block media on TweetDeck and Twitter for efficiency.
No Mediaとは何ですか?
No Mediaはhttp://slogansocial.comによって開発されたChromeの拡張機能で、その主な機能は「Block media on TweetDeck and Twitter for efficiency.」です。
拡張機能のスクリーンショット
No Media拡張機能のCRXファイルをダウンロード
No Media拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Prevent both Twitter and TweetDeck lag by blocking all tweet media! Helpful for power users, especially with large decks. Toggle on/off by clicking the icon.
拡張機能の基本情報
名前 | |
ID | hmakfnlifmjjhdjkopeabkfpabhgfajl |
公式URL | https://chrome.google.com/webstore/detail/no-media/hmakfnlifmjjhdjkopeabkfpabhgfajl |
説明 | Block media on TweetDeck and Twitter for efficiency. |
ファイルサイズ | 39.64 KB |
インストール数 | 12 |
現在のバージョン | 1.0 |
最終更新日 | 2017-10-04 |
公開日 | 2017-10-04 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | http://slogansocial.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Media", "description": "Block media on TweetDeck and Twitter for efficiency.", "version": "1.0", "permissions": [ "storage" ], "browser_action": { "default_icon": "iconoff.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ] } |