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\/*" ] } ] } |