HPDark

מוסיף עוד הרבה פיצ'רים ל-HPortal.

What is HPDark?

HPDark is a Chrome extension developed by peleghportal, and its main feature is "מוסיף עוד הרבה פיצ'רים ל-HPortal.".

Extension Screenshots

screenshot
screenshot
screenshot

Download HPDark Extension CRX File

Download HPDark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        מוסיף פיצ'רים רבים לאתר HPortal.co.il. ביניהם:
 - מצב כהה (Dark Mode) - הופך את כל האתר לכהה יותר, ככה שדברים מסנוורים פחות ויותר ידידותיים לעיניים. המצב הכהה הזה הוכן במיוחד עבור HPortal.
 - הקטנת תמונות גדולות: אם יש תמונה שמצאת בתגובה והיא מגדילה את העמוד, התוסף יקטין אותה באופן אוטומטי, ככה שהעמוד לא יהיה מורחב. גודל התמונה לפני ואחרי השינוי יכול להיות מותאם אישית בלוח הבקרה.
 - שבירת מילים ארוכות: אם מילה מרחיבה את העמוד, היא תרד לשורה חדשה במקום להרחיב אותו.
 - הסתרת חתימות ארוכות: אם חתימה ארוכה מדי, היא תוסתר. ניתן לשנות את אורך החתימה שמעליו החתימה תוסתר.
 - שליחת חרמשים למשתמש דרך פרופיל המשתמש
 - הגדרת פרק זמן בו לא תוכל להיכנס לאתר (שימושי אם אתם רוצים להתרכז על משהו אחד אבל האתר מסיח את דעתכם!)
- התאמה אישית של הצבעים שמופיעים בסרגל הבחירה של הצבעים בעת כתיבת תגובה
ועוד פיצ'רים מינוריים של איכות גלישה באתר :)                    

Extension Basic Information

Name HPDark HPDark
ID fkalfmjommijeoclenilmonflangmpdb
Official URL https://chromewebstore.google.com/detail/hpdark/fkalfmjommijeoclenilmonflangmpdb
Description מוסיף עוד הרבה פיצ'רים ל-HPortal.
File Size 102 KB
Installation Count 29
Current Version 1.2
Last Updated 2021-08-17
Publish Date 2020-08-11
Rating 4.80/5 Total 5 Ratings
Developer peleghportal
Email [email protected]
Payment Type free
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HPDark",
    "version": "1.2",
    "description": "\u05de\u05d5\u05e1\u05d9\u05e3 \u05e2\u05d5\u05d3 \u05d4\u05e8\u05d1\u05d4 \u05e4\u05d9\u05e6'\u05e8\u05d9\u05dd \u05dc-HPortal.",
    "short_name": "HPD",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "options_page": "options\/options.html",
    "page_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.*",
        "options\/*.*"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js",
                "jquery.min.js"
            ],
            "matches": [
                "*:\/\/hportal.co.il\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/hportal.co.il\/index.php?showtopic=*",
                "*:\/\/hportal.co.il\/index.php?act=ST&f=53&*"
            ],
            "css": [
                "\/wysiwyg\/wysiwyg.css"
            ],
            "js": [
                "\/wysiwyg\/wysiwyg.js",
                "\/pagesJS\/topics.js"
            ]
        },
        {
            "matches": [
                "*:\/\/hportal.co.il\/index.php*CODE=08&*=*",
                "*:\/\/hportal.co.il\/index.php?",
                "*:\/\/hportal.co.il\/index.php?act=Post&CODE=02&*"
            ],
            "js": [
                "\/pagesJS\/edit-comment.js"
            ]
        },
        {
            "matches": [
                "*:\/\/hportal.co.il\/index.php*showuser=*"
            ],
            "js": [
                "\/pagesJS\/user-profile.js"
            ]
        },
        {
            "matches": [
                "*:\/\/hportal.co.il\/index.php?act=store&CODE=donate_money&username=*"
            ],
            "js": [
                "\/pagesJS\/donate.js"
            ]
        }
    ]
}