AccessHappily: Hide&Copy Anything You Want

Hide & copy any elements on pages as you wish and re-enable context meun on the restricted pages

AccessHappily: Hide&Copy Anything You Want क्या है?

AccessHappily: Hide&Copy Anything You Want hite द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide & copy any elements on pages as you wish and re-enable context meun on the restricted pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AccessHappily: Hide&Copy Anything You Want एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        AccessHappily is a platform to run the set of rules you have created or subscribed.

The rules are capable of:
- Hide any elements that annoy you very much or just make you focus on the things that matter. 
- Automatically expand the collapsed section to view the full article.
- Ignore the useless warning to unsafe link and auto navigate to the target location.
- Copy / Export text on some restricted pages where the context menu and right-click are disallowed.

Usage:
- Option1. Create your own rule. For regular users, use the context menu `Create Rule manually` or `Create Rule manually` in the popup page from the toolbar to make a new Rule as you want to hide/click some elements on web pages.
- Option2. Visit the home page of this subscription to find some useful set of rules, and add them to the subscription part in Settings.                    

एक्सटेंशन की मूल जानकारी

नाम AccessHappily: Hide&Copy Anything You Want AccessHappily: Hide&Copy Anything You Want
ID peeaeapjojbojjagjmnjepkchdjkcgam
आधिकारिक URL https://chromewebstore.google.com/detail/accesshappily-hidecopy-an/peeaeapjojbojjagjmnjepkchdjkcgam
विवरण Hide & copy any elements on pages as you wish and re-enable context meun on the restricted pages
फ़ाइल का आकार 2.6 MB
स्थापना संख्या 69
वर्तमान संस्करण 1.3.7
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2023-12-19
डेवलपर hite
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/hite/AccessHappily
सहायता पृष्ठ URL https://emohz.cn/access_happily_policy
गोपनीयता नीति पृष्ठ URL https://emohz.cn/access_happily_policy
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.3.7",
    "author": "__MSG_extension_author__",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.04ff201a.js"
            ],
            "css": [
                "contents.9338f376.css"
            ]
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "contents.d8134b2f.css"
            ]
        }
    ]
}