GabeN
Changes All Of The Images To GABEN. None of the code belongs to me
Что такое GabeN?
GabeN - это расширение Chrome, разработанное Iseeicy Hawkston, и его основная функция - "Changes All Of The Images To GABEN. None of the code belongs to me".
Снимки экрана расширения
Скачать файл CRX расширения GabeN
Скачайте файлы расширений GabeN в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A Great App that has been ported from a bookmarklet, to a button. None of the code belongs to me.
GABEN! Основная информация о расширении
| Название | |
| ID | eekhpjpifcilnhjinifhcpcckjjmkbdd |
| Официальный URL | https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd |
| Описание | Changes All Of The Images To GABEN. None of the code belongs to me |
| Размер файла | 66.48 KB |
| Количество установок | 200 |
| Текущая Версия | 2.0.0 |
| Последнее Обновление | 2013-12-19 |
| Дата публикации | 2013-12-19 |
| Рейтинг | 4.06/5 Всего 35 оценок |
| Разработчик | Iseeicy Hawkston |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GabeN",
"version": "2.0.0",
"manifest_version": 2,
"description": "Changes All Of The Images To GABEN. None of the code belongs to me",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery-1.8.0.min.js",
"background.js"
]
}
]
} | |