No One Direction on Twitter
No longer want One direction to appear on your Twitter-feed? This is made just for you!
No One Direction on Twitter là gì?
No One Direction on Twitter là một tiện ích mở rộng Chrome được phát triển bởi https://amees.me, và tính năng chính của nó là "No longer want One direction to appear on your Twitter-feed? This is made just for you!".
Ả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 No One Direction on Twitter
Tải xuống các tệp mở rộng No One Direction on Twitter 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
Twitter is a beautiful medium. Ever since it was built, we've seen all kinds of annoying hypes coming and going. Today it's time for a change. No longer shall we accept the pollution of something beautiful. Today, we shall no longer see any One direction-tweets. Enjoy!;) ________________________________ 1.0 Initial release: - Now filters 1D-tweets once per page-load 1.2: - Now constantly checks for One Direction-posts, also works when ajax-querys are run.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ahdbeaakcaaeoomldacepofdakigajkk |
URL Chính Thức | https://chromewebstore.google.com/detail/no-one-direction-on-twitt/ahdbeaakcaaeoomldacepofdakigajkk |
Mô tả | No longer want One direction to appear on your Twitter-feed? This is made just for you! |
Kích Thước Tệp | 51.52 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2013-09-08 |
Ngày Phát Hành | 2013-09-08 |
Đánh Giá | 3.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://amees.me |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No One Direction on Twitter", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "No longer want One direction to appear on your Twitter-feed? This is made just for you!", "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |