Trump Dog
Trump vs Cashew - Who do you want to see?
Trump Dogとは何ですか?
Trump Dogはantsgardinerによって開発されたChromeの拡張機能で、その主な機能は「Trump vs Cashew - Who do you want to see?」です。
拡張機能のスクリーンショット
Trump Dog拡張機能のCRXファイルをダウンロード
Trump Dog拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If someone posts a news item about Donald Trump into your Facebook newsfeed, this extension will replace his photo with a photo of my dog, Cashew. Donald Trump and Cashew both want attention. Whose face do you want to see? The links to articles will still work, so if you want to see the actual picture you can click through. This extension only changes photos linked to news articles in your Facebook News feed. You can still see silly orange faces on news sites if you want to. If you go to a news site, you should expect it. No one wants that in their Fb feed. Cashew vs Trump. You decide.
拡張機能の基本情報
名前 | Trump Dog |
ID | bdhcfpbgaifaaechanicakocebiniinl |
公式URL | https://chromewebstore.google.com/detail/trump-dog/bdhcfpbgaifaaechanicakocebiniinl |
説明 | Trump vs Cashew - Who do you want to see? |
ファイルサイズ | 11.65 MB |
インストール数 | 19 |
現在のバージョン | 1.1 |
最終更新日 | 2017-03-14 |
公開日 | 2017-03-13 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | antsgardiner |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Dog", "description": "Trump vs Cashew - Who do you want to see?", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*", "*:\/\/web.facebook.com\/*" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "jquery.js" ] }, "web_accessible_resources": [ "images\/*.*" ] } |