Trump Dog
Trump vs Cashew - Who do you want to see?
Was ist Trump Dog?
Trump Dog ist eine Chrome-Erweiterung, die von antsgardiner entwickelt wurde, und ihr Hauptmerkmal ist "Trump vs Cashew - Who do you want to see?".
Erweiterungsscreenshots
Trump Dog-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trump Dog-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Trump Dog |
ID | bdhcfpbgaifaaechanicakocebiniinl |
Offizielle URL | https://chromewebstore.google.com/detail/trump-dog/bdhcfpbgaifaaechanicakocebiniinl |
Beschreibung | Trump vs Cashew - Who do you want to see? |
Dateigröße | 11.65 MB |
Installationsanzahl | 19 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-03-14 |
Veröffentlichungsdatum | 2017-03-13 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | antsgardiner |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*.*" ] } |