GOP
A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
Что такое GOP?
GOP - это расширение Chrome, разработанное Victor Williams, и его основная функция - "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".
Снимки экрана расширения
Скачать файл CRX расширения GOP
Скачайте файлы расширений GOP в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Don't you want a little fun in your life? Основная информация о расширении
| Название | |
| ID | acohniebinedjkldedockekcmjhkjgne |
| Официальный URL | https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne |
| Описание | A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election |
| Размер файла | 98.74 KB |
| Количество установок | 11 |
| Текущая Версия | 1.3.2 |
| Последнее Обновление | 2016-02-28 |
| Дата публикации | 2016-02-28 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | Victor Williams |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://devpost.com/software/gop-candidates-imageswap |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GOP",
"version": "1.3.2",
"homepage_url": "http:\/\/devpost.com\/software\/gop-candidates-imageswap",
"description": "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election",
"icons": {
"128": "img\/GOP_128.png",
"48": "img\/GOP_48.png",
"32": "img\/GOP_32.png",
"16": "img\/GOP_16.png"
},
"browser_action": {
"default_icon": "GOP.png",
"default_title": "GOP Candidates"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js",
"GOP.js"
],
"persistent": false
},
"manifest_version": 2
} | |