Remove Twitter Views
Remove the Views button from Twitter
Remove Twitter Viewsとは何ですか?
Remove Twitter ViewsはKabajによって開発されたChromeの拡張機能で、その主な機能は「Remove the Views button from Twitter」です。
拡張機能のスクリーンショット
Remove Twitter Views拡張機能のCRXファイルをダウンロード
Remove Twitter Views拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Removes the new "Views" button from Twitter It is my first time doing a Chrome extension, so it might not be optimized at all and might stop working soon, I take all suggestions. Here is the GitHub link to the extension : https://github.com/KabajSAH/Twitter-Remove-Views
拡張機能の基本情報
名前 | Remove Twitter Views |
ID | flcjnidfibjigabnihmblehlkkeiganp |
公式URL | https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp |
説明 | Remove the Views button from Twitter |
ファイルサイズ | 8.51 KB |
インストール数 | 92 |
現在のバージョン | 1.2.2 |
最終更新日 | 2023-01-17 |
公開日 | 2022-12-26 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Kabaj |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Twitter Views", "description": "Remove the Views button from Twitter", "version": "1.2.2", "author": "Kabaj", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ ".\/scripts\/content.js" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" } } |