Hide Twitter Elements
Choose to make your Twitter timeline less crowded by disabling features you do not need.
Hide Twitter Elementsとは何ですか?
Hide Twitter Elementsはhttps://shodipoayomide.comによって開発されたChromeの拡張機能で、その主な機能は「Choose to make your Twitter timeline less crowded by disabling features you do not need.」です。
拡張機能のスクリーンショット
Hide Twitter Elements拡張機能のCRXファイルをダウンロード
Hide Twitter Elements拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension gives you the option to disable interactive elements like "views, comments, retweet & likes" selectively, to make your Twitter timeline less congested.
拡張機能の基本情報
名前 | Hide Twitter Elements |
ID | fbffhgacjoeloopjakfbdgcdfaklionn |
公式URL | https://chromewebstore.google.com/detail/hide-twitter-elements/fbffhgacjoeloopjakfbdgcdfaklionn |
説明 | Choose to make your Twitter timeline less crowded by disabling features you do not need. |
ファイルサイズ | 2.06 MB |
インストール数 | 38 |
現在のバージョン | 1.0.2 |
最終更新日 | 2022-12-27 |
公開日 | 2022-12-27 |
開発者 | https://shodipoayomide.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Developerayo/Hide-Twitter-Elements |
ヘルプページのURL | https://twitter.com/developerayo |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter Elements", "description": "Choose to make your Twitter timeline less crowded by disabling features you do not need.", "version": "1.0.2", "icons": { "16": "assets\/images\/logo1.png", "18": "assets\/images\/logo1.png", "128": "assets\/images\/logo1.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "assets\/lib\/jquery.min.js", "content_script.js" ] } ] } |