There Be Dragons
Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.
There Be Dragons là gì?
There Be Dragons là một tiện ích mở rộng Chrome được phát triển bởi http://donohoe.io, và tính năng chính của nó là "Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.".
Ả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 There Be Dragons
Tải xuống các tệp mở rộng There Be Dragons 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
A continuously adjusted list for words and phrases that are randomly and subtly replaced as you read some major news websites. That sort of thing. Don't worry about it. Just forget you even have this installed. Those sites currently are; CNN, NYTimes, Washington Post, Wall Street Journal, The Atlantic, and The Atlantic Wire, The Guardian, BBC, NBC, USA Today, ABC News, Reuters, LATimes, Huffington Post, ProPublica, Yahoo News.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fngfcfkfejcmphednpbmaoogehooklpm |
URL Chính Thức | https://chrome.google.com/webstore/detail/there-be-dragons/fngfcfkfejcmphednpbmaoogehooklpm |
Mô tả | Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy. |
Kích Thước Tệp | 34.81 KB |
Số Lần Cài Đặt | 50 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2013-09-06 |
Ngày Phát Hành | 2013-09-06 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://donohoe.io |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://donohoe.io/projects/there-be-dragons/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "There Be Dragons", "version": "0.0.0.3", "description": "Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.", "manifest_version": 2, "icons": { "128": "img\/icon_128.png" }, "permissions": [ "tabs", "http:\/\/*.nytimes.com\/*", "http:\/\/*.wsj.com\/*", "http:\/\/*.cnn.com\/*", "http:\/\/*.washingtonpost.com\/*", "http:\/\/*.theguardian.com\/*", "http:\/\/*.theatlantic.com\/*", "http:\/\/*.theatlanticwire.com\/*", "http:\/\/*.usatoday.com\/*", "http:\/\/*.abcnews.go.com\/*", "http:\/\/*.bbc.co.uk\/*", "http:\/\/*.bbcnews.com\/*", "http:\/\/*.nbcnews.com\/*", "http:\/\/*.reuters.com\/*", "http:\/\/*.latimes.com\/*", "http:\/\/*.huffingtonpost.com\/*", "http:\/\/*.propublica.org\/*", "http:\/\/news.yahoo.com\/*", "http:\/\/*.spreadsheets.google.com\/*", "https:\/\/*.spreadsheets.google.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/spreadsheets.google.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*.nytimes.com\/*", "http:\/\/*.wsj.com\/*", "http:\/\/*.cnn.com\/*", "http:\/\/*.washingtonpost.com\/*", "http:\/\/*.theguardian.com\/*", "http:\/\/*.theatlantic.com\/*", "http:\/\/*.theatlanticwire.com\/*", "http:\/\/*.usatoday.com\/*", "http:\/\/*.abcnews.go.co\/*", "http:\/\/*.bbc.co.uk\/*", "http:\/\/*.bbcnews.com\/*", "http:\/\/*.nbcnews.com\/*", "http:\/\/*.reuters.com\/*", "http:\/\/*.latimes.com\/*", "http:\/\/*.huffingtonpost.com\/*", "http:\/\/*.propublica.org\/*", "http:\/\/news.yahoo.com\/*" ], "js": [ "app.js" ], "run_at": "document_end", "all_frames": false } ] } |