Fame: Replace Celebrity Names
An example of replacing names using a browser extension
¿Qué es Fame: Replace Celebrity Names?
Fame: Replace Celebrity Names es una extensión de Chrome desarrollada por Heather Akers-Healy, y su función principal es "An example of replacing names using a browser extension".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Fame: Replace Celebrity Names
Descarga archivos de extensión Fame: Replace Celebrity Names en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | afdjhelhghccihihpcimafhclbamhadj |
URL Oficial | https://chrome.google.com/webstore/detail/fame-replace-celebrity-na/afdjhelhghccihihpcimafhclbamhadj |
Descripción | An example of replacing names using a browser extension |
Tamaño del Archivo | 11.4 KB |
Cantidad de Instalaciones | 14 |
Versión Actual | 0.1.0 |
Última Actualización | 2015-06-04 |
Fecha de Publicación | 2015-06-04 |
Desarrollador | Heather Akers-Healy |
Tipo de Pago | free |
Idiomas Soportados | 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", " |