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.
Qu'est-ce que See No Donald ?
See No Donald est une extension Chrome développée par Generation Underdog, LLC, et sa fonction principale est "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.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension See No Donald
Téléchargez les fichiers d'extension See No Donald au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | djnfalajlmneibddlminnlddleafpnal |
URL Officiel | https://chrome.google.com/webstore/detail/see-no-donald/djnfalajlmneibddlminnlddleafpnal |
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. |
Taille du Fichier | 10.9 KB |
Nombre d'Installations | 13 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2017-02-18 |
Date de Publication | 2017-02-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Generation Underdog, LLC |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |