9GAG Controls

Provides control functions for 9GAG.

什么是9GAG Controls?

9GAG Controls是由Niklas E.开发的Chrome扩展程序,该扩展的主要功能是“Provides control functions for 9GAG.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载9GAG Controls扩展crx文件

下载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": []
}