Fame: Replace Celebrity Names
An example of replacing names using a browser extension
Qu'est-ce que Fame: Replace Celebrity Names ?
Fame: Replace Celebrity Names est une extension Chrome développée par Heather Akers-Healy, et sa fonction principale est "An example of replacing names using a browser extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fame: Replace Celebrity Names
Téléchargez les fichiers d'extension Fame: Replace Celebrity Names 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 mocks celebrity culture by replacing some A-list celebrity names with the phrase "Someone Better Looking Than You". It also includes code to correct the names of certain transgender individuals.
Informations de Base sur l'Extension
Nom | |
ID | afdjhelhghccihihpcimafhclbamhadj |
URL Officiel | https://chrome.google.com/webstore/detail/fame-replace-celebrity-na/afdjhelhghccihihpcimafhclbamhadj |
Description | An example of replacing names using a browser extension |
Taille du Fichier | 11.4 KB |
Nombre d'Installations | 14 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2015-06-04 |
Date de Publication | 2015-06-04 |
Développeur | Heather Akers-Healy |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fame: Replace Celebrity Names", "version": "0.1.0", "description": "An example of replacing names using a browser extension", "author": "Heather Akers-Healy", "browser_action": { "default_title": "Use this to open the popup", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "activeTab", " |