Injector

Extension for local, dynamic addition of js/css to the any page

Что такое Injector?

Injector - это расширение Chrome, разработанное rozov1, и его основная функция - "Extension for local, dynamic addition of js/css to the any page".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Injector

Скачайте файлы расширений Injector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Using with gulp and gulp-ws-sender. For more information see readme in github repo https://github.com/bercly0b/injector-chrome-extension
If you have any question feel free to contact me                    

Основная информация о расширении

Название Injector Injector
ID fopkjckkihccjckhmikeclmkghlipbil
Официальный URL https://chromewebstore.google.com/detail/injector/fopkjckkihccjckhmikeclmkghlipbil
Описание Extension for local, dynamic addition of js/css to the any page
Размер файла 13.47 KB
Количество установок 30
Текущая Версия 1.2.1
Последнее Обновление 2019-02-03
Дата публикации 2019-01-31
Рейтинг 5.00/5 Всего 1 оценок
Разработчик rozov1
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/bercly0b/injector-chrome-extension
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Injector",
    "short_name": "si",
    "version": "1.2.1",
    "description": "Extension for local, dynamic addition of js\/css to the any page",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "64": "icons\/off-64.png",
        "128": "icons\/off-128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/off-64.png",
            "128": "icons\/off-128.png"
        },
        "default_title": "You should have a Websocket server. Use with gulp and gulp-ws-sender",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}