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?
See No Donald是由Generation Underdog, LLC开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载See No Donald扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | djnfalajlmneibddlminnlddleafpnal |
官方URL | https://chrome.google.com/webstore/detail/see-no-donald/djnfalajlmneibddlminnlddleafpnal |
简介 | 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. |
文件大小 | 10.9 KB |
安装次数 | 13 |
当前版本 | 1.1.2 |
更新时间 | 2017-02-18 |
上架时间 | 2017-02-18 |
评分 | 5.00/5 共1次评分 |
开发者 | Generation Underdog, LLC |
付费类型 | free |
支持的语言 | 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\/*" ] } ] } |