iVelt Helper
Adds accessibility and usability improvements to אייוועלט.
iVelt Helper क्या है?
iVelt Helper ivelt extension creator द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds accessibility and usability improvements to אייוועלט."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में iVelt Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is an extension that provides useful keyboard shortcuts and accessibility features for the www.ivelt.com website, including the ability to go to the next page and previous page in a forum (אשכול) by pressing the right and left arrow keys.
एक्सटेंशन की मूल जानकारी
नाम | iVelt Helper |
ID | bcfoanjpmoikpanagkinedlihjbaijke |
आधिकारिक URL | https://chromewebstore.google.com/detail/ivelt-helper/bcfoanjpmoikpanagkinedlihjbaijke |
विवरण | Adds accessibility and usability improvements to אייוועלט. |
फ़ाइल का आकार | 159 KB |
स्थापना संख्या | 691 |
वर्तमान संस्करण | 1.10.0 |
अंतिम अपडेट | 2023-11-20 |
प्रकाशन तिथि | 2020-11-01 |
रेटिंग | 4.79/5 कुल 14 रेटिंग्स |
डेवलपर | ivelt extension creator |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iVelt Helper", "description": "Adds accessibility and usability improvements to \u05d0\u05d9\u05d9\u05d5\u05d5\u05e2\u05dc\u05d8.", "version": "1.10.0", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.ivelt.com\/*", "*:\/\/*.yiddishworld.com\/*", "*:\/\/*.198.153.76.147\/*" ], "js": [ "js\/contentScript.js", "js\/refreshNotificationCount.js", "js\/settingsHandler.js" ] } ], "background": { "service_worker": "background.js" }, "options_page": "settings.html", "permissions": [ "tabs", "alarms", "cookies", "storage", "notifications", "webRequest", "background", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*.ivelt.com\/*", "*:\/\/*.198.153.76.147\/*", "*:\/\/*.yiddishworld.com\/*", "*:\/\/www.xn--4dbhss5b.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "resources": [ "js\/keyboardShortcuts.js", "js\/removeNestedQuotes.js", "js\/addQuoteLastOnlyButton.js", "js\/newResponseNotification.js", "js\/addGoogleSearch.js", "js\/sefariaLinker.js", "js\/settingsHandler.js" ], "matches": [ "*:\/\/*.ivelt.com\/*", "*:\/\/*.yiddishworld.com\/*", "*:\/\/*.198.153.76.147\/*" ], "extension_ids": [] } ], "options_ui": { "page": "settings.html", "open_in_tab": true } } |