Trumpify
Make the internet great again.
Qu'est-ce que Trumpify ?
Trumpify est une extension Chrome développée par http://www.wouterplanet.com, et sa fonction principale est "Make the internet great again.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trumpify
Téléchargez les fichiers d'extension Trumpify 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 allows you to Trumpify every website you visit with a single click on the button!
Informations de Base sur l'Extension
Nom | |
ID | hifpobgbooailknpjkhhffkclhihbefp |
URL Officiel | https://chrome.google.com/webstore/detail/trumpify/hifpobgbooailknpjkhhffkclhihbefp |
Description | Make the internet great again. |
Taille du Fichier | 97.96 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-01-25 |
Date de Publication | 2017-01-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://www.wouterplanet.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trumpify", "description": "Make the internet great again.", "background": { "scripts": [ "background.js" ] }, "icons": { "36": "36.png", "48": "48.png", "144": "144.png" }, "version": "1.0", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Trumpify This.", "default_icon": "icon.png" } } |