9GAG Controls

Provides control functions for 9GAG.

Что такое 9GAG Controls?

9GAG Controls - это расширение Chrome, разработанное Niklas E., и его основная функция - "Provides control functions for 9GAG.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension tries to make your 9GAG experience better. It adds controls to video posts, regulates the audio volume, removes ads, hides promoted content and allows you to zoom in on posts.

Check out the GitHub repository for this project linked as "Homepage". Open an issue there to report a bug or request a feature. You can also use the chrome web store "Support" tab to do that.                    

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

Название 9GAG Controls 9GAG Controls
ID ggaflcnplcdgjodokhjdefdobpdhdnjm
Официальный URL https://chromewebstore.google.com/detail/9gag-controls/ggaflcnplcdgjodokhjdefdobpdhdnjm
Описание Provides control functions for 9GAG.
Размер файла 114 KB
Количество установок 980
Текущая Версия 1.4.3
Последнее Обновление 2024-01-22
Дата публикации 2020-06-22
Рейтинг 4.78/5 Всего 9 оценок
Разработчик Niklas E.
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/niklas-englert/9GAG-Controls
URL страницы помощи https://github.com/niklas-englert/9GAG-Controls/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "9GAG Controls",
    "description": "Provides control functions for 9GAG.",
    "version": "1.4.3",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/9gag.com\/*",
                "https:\/\/9gag.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "gag.js"
            ],
            "css": [
                "gag.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": []
}