View 3rd party photobucket images
Scans a webpage for photobucket images and the updates the src to show the image.
Что такое View 3rd party photobucket images?
View 3rd party photobucket images - это расширение Chrome, разработанное amnlincoln, и его основная функция - "Scans a webpage for photobucket images and the updates the src to show the image.".
Скачать файл CRX расширения View 3rd party photobucket images
Скачайте файлы расширений View 3rd party photobucket images в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Scans a webpage for photobucket images and then updates the src to show the image. Runs on all webpages
Основная информация о расширении
Название | ![]() |
ID | ehoeoelfbhokhcialnddlcnapkocnael |
Официальный URL | https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael |
Описание | Scans a webpage for photobucket images and the updates the src to show the image. |
Размер файла | 34.22 KB |
Количество установок | 93 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2017-10-03 |
Дата публикации | 2017-10-03 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | amnlincoln |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View 3rd party photobucket images", "description": "Scans a webpage for photobucket images and the updates the src to show the image.", "version": "1.0.1", "browser_action": { "default_icon": { "32": "images\/icon.png" }, "default_title": "Photobucket Fixer" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "content.js" ] } ], "permissions": [] } |