9GAG Toolkit

Offers advanced navigation options and improvements for the 9gag website.

9GAG Toolkitคืออะไร?

9GAG Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Serkan Iskender และคุณลักษณะหลักของมันคือ "Offers advanced navigation options and improvements for the 9gag website."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 9GAG Toolkit

ดาวน์โหลดไฟล์ส่วนขยาย 9GAG Toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        9GAG Toolkit

Offers advanced navigation options and improvements for the 9gag.com website.

# Features
**This plugin with improvements for the 9GAG website:**

 - It changes the interface drastically. It allows you to see the content in a wider, modern and simple interface.
 - Sets the default interface to dark theme. If you wish, you can choose the light theme.
 - Hides ad spaces
 - Makes video controls visible
 - Changes the font
 - Adds keys for fast navigation in the right area
 - Profile picture viewer
 - Sound control button

# Road Map
 - Ads show/hide option
 - Right bar show/hide option

# Changelog
**0.6.2** - 26.01.2023
- Adapting to interface changes

**0.6.1** - 05.06.2021
- Adapting to interface changes

**0.6** - 06.05.2021
- Adapting to interface changes

**0.5** - 02.05.2021
- Light theme support
- Some minor bugs fixed

**0.4** - 30.04.2021
- Added navigation buttons area sound control button
- Small bug fixed

**0.3** - 29.04.2021
- Added profil picture viewer

**0.2** - 28.04.2021
- Small bug fixed

# Open Source
https://github.com/Serkan-Iskender/9GAG-Toolkit                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 9GAG Toolkit 9GAG Toolkit
ID hgldfkiacfclkfjlbfkfednmodfjbaic
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/9gag-toolkit/hgldfkiacfclkfjlbfkfednmodfjbaic
คำอธิบาย Offers advanced navigation options and improvements for the 9gag website.
ขนาดไฟล์ 43.96 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 0.6.2
อัปเดตครั้งล่าสุด 2023-01-28
วันที่เผยแพร่ 2021-04-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Serkan Iskender
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9GAG Toolkit",
    "version": "0.6.2",
    "manifest_version": 2,
    "description": "Offers advanced navigation options and improvements for the 9gag website.",
    "browser_action": {
        "default_icon": "\/assets\/img\/icon.png",
        "default_popup": "page.html"
    },
    "icons": {
        "16": "\/assets\/img\/icons\/icon-16.png",
        "48": "\/assets\/img\/icons\/icon-48.png",
        "128": "\/assets\/img\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/9gag.com\/*",
                "*:\/\/*.9gag.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "\/assets\/js\/jquery.min.js",
                "\/assets\/js\/custom9gag.js"
            ],
            "css": [
                "\/assets\/css\/custom9gag.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ]
}