WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AutoTextify

AutoTextify

View on Chrome Web Store
View AutoTextify Chrome Extension on Chrome Web Store
Add to bookmarks
2.8 (4 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Create personalized shortcuts to instantly expand frequent text and URL snippets. Say goodbye to repetitive typing!
Type
Extension
Users
143 users
4
Website autotextify.com
JDify
View author page of JDify
Published
Published on September 3, 2024
Version 0.3.5
Manifest version
3
Updated
Updated on April 29, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View AutoTextify Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoTextify",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "cookies",
        "contextMenus",
        "notifications",
        "management",
        "clipboardRead",
        "clipboardWrite",
        "declarativeNetRequest",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/autotextify.com\/",
        "<all_urls>"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/*",
                "icons\/*",
                "frontend\/*",
                "font\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "<all_urls>",
                "http:\/\/*\/*",
                "https:\/\/*\/",
                "*:\/\/*\/*"
            ],
            "js": [
                "atx_shortcut.js",
                "atx_commonScript.js",
                "atx_contentshortcut.js"
            ],
            "css": [
                "atx_commonScript.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/autotextify-16x16.png",
        "32": "icons\/autotextify-32x32.png",
        "128": "icons\/autotextify-128x128.png",
        "512": "icons\/autotextify-512x512.png"
    },
    "omnibox": {
        "keyword": "go\/"
    },
    "version": "0.3.5",
    "description": "Create personalized shortcuts to instantly expand frequent text and URL snippets. Say goodbye to repetitive typing!",
    "side_panel": {
        "default_path": "sidebar.html",
        "default_icon": "icons\/autotextify-16x16.png"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top