ExP+ for FxP

כי לפעמים צריך לגוון – חווית גלישה נעימה יותר ב־FxP.

What is ExP+ for FxP?

ExP+ for FxP is a Chrome extension developed by Yonatan, and its main feature is "כי לפעמים צריך לגוון – חווית גלישה נעימה יותר ב־FxP.".

Extension Screenshots

screenshot

Download ExP+ for FxP Extension CRX File

Download ExP+ for FxP 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

                        התוסף ExP+ נוצר במטרה אחת ברורה ויחידה – לשפר את חוויית הגלישה של כלל גולשי האתר בעזרת אימוג'ים.
בתוסף יש כמויות של אימוג'ים המחולקים לקטגוריות שונות אליהם ניתן להגיע בקלות, כך שכל משתמש יוכל למצוא שימוש לתוסף ללא מאמץ מיותר.

האימוג'ים שמוסיף התוסף נמצאים בדף "עוד אימוג'ים", אליו מגיעים כך:
– לחצו על כפתור האימוג'י בכתיבת הודעה/אשכול.
– בחלונית שנפתחה, לחצו על הכפתור "עוד".
כעת, על מנת להגיע לאימוג'ים מהתוסף, בחרו את אחת מהקטגוריות שמופיעות בחלקו העליון של הדף.

כמובן שאנחנו פתוחים תמיד להצעות, הערות, דיווחים ותיקונים – אל תהססו לפנות אלינו!                    

Extension Basic Information

Name ExP+ for FxP ExP+ for FxP
ID mkhjbdoklblccmleiljlabdbdbbdlifb
Official URL https://chromewebstore.google.com/detail/exp+-for-fxp/mkhjbdoklblccmleiljlabdbdbbdlifb
Description כי לפעמים צריך לגוון – חווית גלישה נעימה יותר ב־FxP.
File Size 36.35 KB
Installation Count 27
Current Version 1.6
Last Updated 2021-01-18
Publish Date 2020-11-16
Rating 5.00/5 Total 4 Ratings
Developer Yonatan
Email [email protected]
Payment Type free
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ExP+ for FxP",
    "version": "1.6",
    "description": "\u05db\u05d9 \u05dc\u05e4\u05e2\u05de\u05d9\u05dd \u05e6\u05e8\u05d9\u05da \u05dc\u05d2\u05d5\u05d5\u05df \u2013 \u05d7\u05d5\u05d5\u05d9\u05ea \u05d2\u05dc\u05d9\u05e9\u05d4 \u05e0\u05e2\u05d9\u05de\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05d1\u05beFxP.",
    "icons": {
        "128": ".\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fxp.co.il\/misc.php?do=getsmilies&editorid*"
            ],
            "js": [
                ".\/scripts\/scriptMain.js"
            ],
            "run_at": "document_end"
        }
    ]
}