Twitter Timeline Eradicator
Get rid of your Twitter addiction
Twitter Timeline Eradicator là gì?
Twitter Timeline Eradicator là một tiện ích mở rộng Chrome được phát triển bởi Grant Gumina, và tính năng chính của nó là "Get rid of your Twitter addiction".
Ả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 Twitter Timeline Eradicator
Tải xuống các tệp mở rộng Twitter Timeline Eradicator 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
Break your Twitter addiction by removing all the distractions from the platform. This extension removes Twitter timelines and replaces them with an interesting quote instead.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jkdloljnomnhbkifgmiobaaajfemiccm |
URL Chính Thức | https://chrome.google.com/webstore/detail/twitter-timeline-eradicat/jkdloljnomnhbkifgmiobaaajfemiccm |
Mô tả | Get rid of your Twitter addiction |
Kích Thước Tệp | 82.83 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2017-10-31 |
Ngày Phát Hành | 2017-10-31 |
Đánh Giá | 1.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Grant Gumina |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/grantgumina/twitter-timeline-eradicator |
URL Trang Trợ Giúp | https://github.com/grantgumina/twitter-timeline-eradicator |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Timeline Eradicator", "short_name": "Twitter Timeline Eradicator", "version": "0.0.2", "description": "Get rid of your Twitter addiction", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_start", "css": [ "css\/eradicate.css" ] }, { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end", "js": [ "js\/content.js" ], "css": [ "css\/quote.css" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |