See No Donald
Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it.
See No Donald là gì?
See No Donald là một tiện ích mở rộng Chrome được phát triển bởi Generation Underdog, LLC, và tính năng chính của nó là "Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it.".
Ả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 See No Donald
Tải xuống các tệp mở rộng See No Donald 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
For those of you who feel triggered...or exhausted by images accompanying the multitude of articles about The Donald, this extension replaces images (only) for related content on specific websites (see permissions for current list) with kittens or puppies. This extension is NOT meant to trivialize the CONTENT of articles, but to just provide a visual break allowing us to CHOOSE what articles we read and respond to. Once installed, you can go to the extension's options and change from kittens (default) to puppies. This extension is not yet perfect. Works pretty well on FACEBOOK and TWITTER. We're still working on others... stay tuned!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | djnfalajlmneibddlminnlddleafpnal |
URL Chính Thức | https://chrome.google.com/webstore/detail/see-no-donald/djnfalajlmneibddlminnlddleafpnal |
Mô tả | Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it. |
Kích Thước Tệp | 10.9 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2017-02-18 |
Ngày Phát Hành | 2017-02-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Generation Underdog, LLC |
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": "See No Donald", "version": "1.1.2", "description": "Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it.", "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "*:\/\/jezebel.com\/*", "*:\/\/*.jezebel.com\/*", "*:\/\/deadspin.com\/*", "*:\/\/*.deadspin.com\/*", "*:\/\/gizmodo.com\/*", "*:\/\/*.gizmodo.com\/*", "*:\/\/jalopnik.com\/*", "*:\/\/*.jalopnik.com\/*", "*:\/\/kotaku.com\/*", "*:\/\/*.kotaku.com\/*", "*:\/\/lifehacker.com\/*", "*:\/\/*.lifehacker.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/twitter.com\/*" ] } ] } |