Downworthy
Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.
Downworthy là gì?
Downworthy là một tiện ích mở rộng Chrome được phát triển bởi https://www.snipe.net, và tính năng chính của nó là "Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.".
Ả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 Downworthy
Tải xuống các tệp mở rộng Downworthy 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
Downworthy replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version. "Literally" becomes "figuratively", "Will Blow Your Mind" becomes "Might Perhaps Mildly Entertain You For a Moment", and so on. Visit the website at downworthy.snipe.net for more info.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Downworthy |
ID | pkaoiecplgdldkfihclpndbakokopjde |
URL Chính Thức | https://chromewebstore.google.com/detail/downworthy/pkaoiecplgdldkfihclpndbakokopjde |
Mô tả | Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version. |
Kích Thước Tệp | 27.97 KB |
Số Lần Cài Đặt | 1,508 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2014-02-19 |
Ngày Phát Hành | 2014-02-19 |
Đánh Giá | 4.24/5 Tổng số 112 Đánh Giá |
Nhà Phát Triển | https://www.snipe.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://downworthy.snipe.net |
URL Trang Trợ Giúp | http://downworthy.snipe.net |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downworthy", "version": "0.0.8", "description": "Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.", "permissions": [ "storage" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19-on.png", "default_title": "Toggle Downworthy" }, "content_security_policy": "default-src 'none'; script-src 'self'", "options_page": "options.html" } |