Do Not Like
Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.
Do Not Like là gì?
Do Not Like là một tiện ích mở rộng Chrome được phát triển bởi Jonty, và tính năng chính của nó là "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.".
Ả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 Do Not Like
Tải xuống các tệp mở rộng Do Not Like 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
By doing this it trains Twitters Giant Bird Brain that you do not like adverts. Any adverts. Once you've been running this for a day or two you'll stop seeing adverts on all devices when browsing Twitter, not just the website. Hurrah. Code: https://github.com/Jonty/do_not_like
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Do Not Like |
ID | gphlpdohbkajeckfepokpmjedkjaefhf |
URL Chính Thức | https://chromewebstore.google.com/detail/do-not-like/gphlpdohbkajeckfepokpmjedkjaefhf |
Mô tả | Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed. |
Kích Thước Tệp | 3.91 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2018-09-12 |
Ngày Phát Hành | 2018-09-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Jonty |
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", "name": "Do Not Like", "version": "0.0.2", "manifest_version": 2, "description": "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.", "homepage_url": "http:\/\/github.com\/jonty\/do_not_like", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "src\/inject.js" ] } ], "web_accessible_resources": [ "src\/do_not_like.js" ] } |