Remove Twitter Views
Remove the Views button from Twitter
Remove Twitter Views là gì?
Remove Twitter Views là một tiện ích mở rộng Chrome được phát triển bởi Kabaj, và tính năng chính của nó là "Remove the Views button from Twitter".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Remove Twitter Views
Tải xuống các tệp mở rộng Remove Twitter Views dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove Twitter Views |
ID | flcjnidfibjigabnihmblehlkkeiganp |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp |
Mô tả | Remove the Views button from Twitter |
Kích Thước Tệp | 8.51 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2023-01-17 |
Ngày Phát Hành | 2022-12-26 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Kabaj |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |