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
官方網址 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": []
}