Marketing Dicks
Replaces the marketing term 'brand' with 'dick' in relevant instances.
Qu'est-ce que Marketing Dicks ?
Marketing Dicks est une extension Chrome développée par henryoz, et sa fonction principale est "Replaces the marketing term 'brand' with 'dick' in relevant instances.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Marketing Dicks
Téléchargez les fichiers d'extension Marketing Dicks 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
A simple word-replacement extension for anyone sick of the word "brand".
Informations de Base sur l'Extension
Nom | Marketing Dicks |
ID | oochgpnamaefjjonhakllakojimhfgno |
URL Officiel | https://chromewebstore.google.com/detail/marketing-dicks/oochgpnamaefjjonhakllakojimhfgno |
Description | Replaces the marketing term 'brand' with 'dick' in relevant instances. |
Taille du Fichier | 59.98 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-10-31 |
Date de Publication | 2014-10-31 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | henryoz |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Marketing Dicks", "icons": { "48": "icon48.png", "128": "icon128.png" }, "version": "1.0", "description": "Replaces the marketing term 'brand' with 'dick' in relevant instances.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |