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