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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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": []
}