Spray-tanned blobfish
This extension replaces Donald Trump with a random description that Jezebel has used to describe him
Qu'est-ce que Spray-tanned blobfish ?
Spray-tanned blobfish est une extension Chrome développée par natekandler, et sa fonction principale est "This extension replaces Donald Trump with a random description that Jezebel has used to describe him".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spray-tanned blobfish
Téléchargez les fichiers d'extension Spray-tanned blobfish 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
This extension replaces Donald Trump's name with a random description used on the site http://jezebel.com/. exs. Half-melted pile of candy corn from Halloween ‘83, A parking cone with emotional issues,
Informations de Base sur l'Extension
Nom | Spray-tanned blobfish |
ID | fonnacpnjcpacgifamkndcphmommihmm |
URL Officiel | https://chromewebstore.google.com/detail/spray-tanned-blobfish/fonnacpnjcpacgifamkndcphmommihmm |
Description | This extension replaces Donald Trump with a random description that Jezebel has used to describe him |
Taille du Fichier | 8.61 KB |
Nombre d'Installations | 33 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2017-01-28 |
Date de Publication | 2017-01-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | natekandler |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spray-tanned blobfish", "description": "This extension replaces Donald Trump with a random description that Jezebel has used to describe him", "version": "0.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |