Transformers Gallery
Transformers Gallery shows photos about science fiction action autobots films.
Что такое Transformers Gallery?
Transformers Gallery - это расширение Chrome, разработанное pictures and images, и его основная функция - "Transformers Gallery shows photos about science fiction action autobots films.".
Снимки экрана расширения
Скачать файл CRX расширения Transformers Gallery
Скачайте файлы расширений Transformers Gallery в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Transformers fun extension includes image gallery about Transformers film, Age of Extinction, cybertron, car robot toys, Shia LaBeouf, Megan Fox, Rachael Taylor. Then app provides the function 'Add photo' from any website only one click right mouse. Click to picture and click Add to Transformers Gallery.
Основная информация о расширении
Название | |
ID | dalkmncjflickkogopmafhhhckgbeega |
Официальный URL | https://chrome.google.com/webstore/detail/transformers-gallery/dalkmncjflickkogopmafhhhckgbeega |
Описание | Transformers Gallery shows photos about science fiction action autobots films. |
Размер файла | 96.87 KB |
Количество установок | 151 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-12-04 |
Дата публикации | 2015-12-02 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | pictures and images |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transformers Gallery", "description": "Transformers Gallery shows photos about science fiction action autobots films.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "conf.js", "background.js" ] }, "browser_action": { "default_icon": "img_sep\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "notifications", "unlimitedStorage" ], "icons": { "16": "img_sep\/ico_16.png", "48": "img_sep\/ico_48.png" } } |