Stop Clickbait
Notifying clickbait content to online news readers
Stop Clickbait là gì?
Stop Clickbait là một tiện ích mở rộng Chrome được phát triển bởi Sourya Kakarla, và tính năng chính của nó là "Notifying clickbait content to online news readers".
Ả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 Stop Clickbait
Tải xuống các tệp mở rộng Stop Clickbait 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
This extension works across multiple websites to identify clickbait content and notify it to the user. The user can block similar clickbait content (which works similar to adblock). It also has the option to report undetected links as clickbait. The user can also report misclassified links which are mistakenly detected as clickbait. Such feedback helps in improving the extension. It currently works on a number of selected websites. We would cover more websites in future.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | iffolfpdcmehbghbamkgobjjdeejinma |
URL Chính Thức | https://chrome.google.com/webstore/detail/stop-clickbait/iffolfpdcmehbghbamkgobjjdeejinma |
Mô tả | Notifying clickbait content to online news readers |
Kích Thước Tệp | 226 KB |
Số Lần Cài Đặt | 1,568 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2018-01-17 |
Ngày Phát Hành | 2018-01-17 |
Đánh Giá | 3.82/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | Sourya Kakarla |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Clickbait", "description": "Notifying clickbait content to online news readers", "version": "0.2", "icons": { "19": "icons\/notepad_19.png", "128": "icons\/notepad_128.png", "38": "icons\/notepad_38.png" }, "permissions": [ "contextMenus", "storage", "tabs", "http:\/\/localhost:9000\/", "http:\/\/cnerg.iitkgp.ac.in\/p\/stop_clickbait\/*", "http:\/\/35.162.154.107\/", "http:\/\/ec2-35-162-39-236.us-west-2.compute.amazonaws.com\/" ], "content_scripts": [ { "css": [ "dropdown.css" ], "matches": [ "https:\/\/facebook.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/www.twitter.com\/*", "https:\/\/*.buzzfeed.com\/*", "https:\/\/www.buzzfeed.com\/*", "https:\/\/*.scoopwhoop.com\/*", "https:\/\/www.scoopwhoop.com\/*", "https:\/\/*.nytimes.com\/", "https:\/\/www.nytimes.com\/*", "https:\/\/*.rvcj.com\/", "https:\/\/www.rvcj.com\/*", "https:\/\/timesofindia.indiatimes.com\/*", "https:\/\/timesofindia.indiatimes.com\/", "https:\/\/www.youtube.com\/*", "https:\/\/www.beingindian.com\/*", "https:\/\/*.beingindian.com\/" ], "run_at": "document_idle", "js": [ "jquery.js", "myscript2.js" ] } ], "page_action": { "default_title": "Stop Clickbait", "default_popup": "popup.html", "default_icon": { "19": "icons\/notepad_19.png", "128": "icons\/notepad_128.png", "38": "icons\/notepad_38.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true } } |