9GAG Controls

Provides control functions for 9GAG.

9GAG Controls là gì?

9GAG Controls là một tiện ích mở rộng Chrome được phát triển bởi Niklas E., và tính năng chính của nó là "Provides control functions for 9GAG.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 9GAG Controls

Tải xuống các tệp mở rộng 9GAG Controls dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 9GAG Controls 9GAG Controls
ID ggaflcnplcdgjodokhjdefdobpdhdnjm
URL Chính Thức https://chromewebstore.google.com/detail/9gag-controls/ggaflcnplcdgjodokhjdefdobpdhdnjm
Mô tả Provides control functions for 9GAG.
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 980
Phiên Bản Hiện Tại 1.4.3
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2020-06-22
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Niklas E.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/niklas-englert/9GAG-Controls
URL Trang Trợ Giúp https://github.com/niklas-englert/9GAG-Controls/issues
Ngôn Ngữ Được Hỗ Trợ 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": []
}