Fame: Replace Celebrity Names
An example of replacing names using a browser extension
Что такое Fame: Replace Celebrity Names?
Fame: Replace Celebrity Names - это расширение Chrome, разработанное Heather Akers-Healy, и его основная функция - "An example of replacing names using a browser extension".
Снимки экрана расширения
Скачать файл CRX расширения Fame: Replace Celebrity Names
Скачайте файлы расширений Fame: Replace Celebrity Names в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | afdjhelhghccihihpcimafhclbamhadj |
Официальный URL | https://chrome.google.com/webstore/detail/fame-replace-celebrity-na/afdjhelhghccihihpcimafhclbamhadj |
Описание | An example of replacing names using a browser extension |
Размер файла | 11.4 KB |
Количество установок | 14 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2015-06-04 |
Дата публикации | 2015-06-04 |
Разработчик | Heather Akers-Healy |
Тип оплаты | free |
Поддерживаемые языки | 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", " |