CTG Plugins

A collection of simple plugins to improve your web browsing experience.

CTG Plugins là gì?

CTG Plugins là một tiện ích mở rộng Chrome được phát triển bởi https://creativetechguy.com, và tính năng chính của nó là "A collection of simple plugins to improve your web browsing experience.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng CTG Plugins 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

                        A collection of simple website plugins for a wide variety of purposes, all in one place. Each plugin does exactly what it says and nothing more. Simplicity is key.

Plugins:
• Auto Scroll
• Focus
• Pause All Tabs
• Reveal Password
• YouTube - Extract Captions
• Password Generator
• Auto Click

To enable this extension to improve your web browsing experience, it requires permission to read and change data. This permission is only used to allow the various plugins to interact with the webpages.

Note: The Auto Click plugin is not supported on all websites.

Detailed descriptions for each plugin are available on the Extension's Options Page.                    

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

Tên CTG Plugins CTG Plugins
ID hjljaklopfcidbbglpbehlgmelokabcp
URL Chính Thức https://chromewebstore.google.com/detail/ctg-plugins/hjljaklopfcidbbglpbehlgmelokabcp
Mô tả A collection of simple plugins to improve your web browsing experience.
Kích Thước Tệp 57.39 KB
Số Lần Cài Đặt 59,539
Phiên Bản Hiện Tại 1.7.1
Cập Nhật Lần Cuối 2019-12-24
Ngày Phát Hành 2019-12-23
Đánh Giá 4.02/5 Tổng số 141 Đánh Giá
Nhà Phát Triển https://creativetechguy.com
Loại Thanh Toán free
Trang Web Mở Rộng https://creativetechguy.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CTG Plugins",
    "short_name": "CTG Plugins",
    "author": "Jason O'Neill",
    "description": "A collection of simple plugins to improve your web browsing experience.",
    "version": "1.7.1",
    "icons": {
        "16": "assets\/icon16.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "CTG Plugins"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "webRequest",
        "contextMenus"
    ]
}