Fame: Replace Celebrity Names
An example of replacing names using a browser extension
Wat is Fame: Replace Celebrity Names?
Fame: Replace Celebrity Names is een Chrome-extensie ontwikkeld door Heather Akers-Healy, en de belangrijkste functie is "An example of replacing names using a browser extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Fame: Replace Celebrity Names
Download Fame: Replace Celebrity Names-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | afdjhelhghccihihpcimafhclbamhadj |
Officiële URL | https://chrome.google.com/webstore/detail/fame-replace-celebrity-na/afdjhelhghccihihpcimafhclbamhadj |
Beschrijving | An example of replacing names using a browser extension |
Bestandsgrootte | 11.4 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2015-06-04 |
Publicatiedatum | 2015-06-04 |
Ontwikkelaar | Heather Akers-Healy |
Betalingswijze | free |
Ondersteunde Talen | 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", " |