CTG Plugins

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

Hvad er CTG Plugins?

CTG Plugins er en Chrome-udvidelse udviklet af https://creativetechguy.com, og dens hovedfunktion er "A collection of simple plugins to improve your web browsing experience.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download CTG Plugins-udvidelses-CRX-fil

Download CTG Plugins-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn CTG Plugins CTG Plugins
ID hjljaklopfcidbbglpbehlgmelokabcp
Officiel URL https://chromewebstore.google.com/detail/ctg-plugins/hjljaklopfcidbbglpbehlgmelokabcp
Beskrivelse A collection of simple plugins to improve your web browsing experience.
Filstørrelse 57.39 KB
Antal Installationer 59,539
Nuværende Version 1.7.1
Senest Opdateret 2019-12-24
Udgivelsesdato 2019-12-23
Bedømmelse 4.02/5 Samlet 141 Bedømmelser
Udvikler https://creativetechguy.com
Betalingsmetode free
Udvidelseswebsted https://creativetechguy.com
Understøttede Sprog 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"
    ]
}