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 |
官方網址 | 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\/*" ] } ] } |