MotmaenBash | مطمئن باش
مطمئن باش | بررسی اصلالت درگاههای پرداخت ایرانی
What is MotmaenBash | مطمئن باش?
MotmaenBash | مطمئن باش is a Chrome extension developed by https://milad.nu, and its main feature is "مطمئن باش | بررسی اصلالت درگاههای پرداخت ایرانی".
Extension Screenshots
Download MotmaenBash | مطمئن باش Extension CRX File
Download MotmaenBash | مطمئن باش 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
Check and verify Iranian Payment Gateways / Anti-phishing protection. افزونه بررسی اصالت درگاههای پرداخت ایرانی و جلوگیری از فریب کاربران و حملات فیشینگ این افزونه به هنگام ورود به درگاههای پرداخت بانکی، به کاربر کمک میکند اصالت درگاه بانکی را تشخیص دهد و در دام درگاههای جعلی نیفتد. تنها در صورتی اطلاعات بانکی خود را در صفحه پرداخت وارد کنید که افزونه علامت سبزرنگ مربوط به امن بودن درگاه را به شما نمایش دهد.
Extension Basic Information
Name | MotmaenBash | مطمئن باش |
ID | efhpmpdbeaganelnekhbffjphahncbgn |
Official URL | https://chromewebstore.google.com/detail/motmaenbash-%D9%85%D8%B7%D9%85%D8%A6%D9%86-%D8%A8%D8%A7%D8%B4/efhpmpdbeaganelnekhbffjphahncbgn |
Description | مطمئن باش | بررسی اصلالت درگاههای پرداخت ایرانی |
File Size | 152 KB |
Installation Count | 2,958 |
Current Version | 1.1.0 |
Last Updated | 2023-12-14 |
Publish Date | 2019-10-14 |
Rating | 5.00/5 Total 17 Ratings |
Developer | https://milad.nu |
[email protected] | |
Payment Type | free |
Extension Website | https://motmaenbash.milad.nu |
Help Page URL | https://motmaenbash.milad.nu |
Supported Languages | fa |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MotmaenBash | \u0645\u0637\u0645\u0626\u0646 \u0628\u0627\u0634", "short_name": "MotmaenBash", "description": "\u0645\u0637\u0645\u0626\u0646 \u0628\u0627\u0634 | \u0628\u0631\u0631\u0633\u06cc \u0627\u0635\u0644\u0627\u0644\u062a \u062f\u0631\u06af\u0627\u0647\u200c\u0647\u0627\u06cc \u067e\u0631\u062f\u0627\u062e\u062a \u0627\u06cc\u0631\u0627\u0646\u06cc", "homepage_url": "https:\/\/motmaenbash.milad.nu", "version": "1.1.0", "manifest_version": 3, "author": "Milad Nouri", "icons": { "128": "assets\/images\/icon_128.png", "16": "assets\/images\/icon_16.png", "48": "assets\/images\/icon_48.png" }, "action": { "default_icon": "assets\/images\/icon_128.png", "default_popup": "popup.html", "default_title": "MotmaenBash" }, "permissions": [ "tabs" ], "background": { "service_worker": "assets\/js\/background.js", "type": "module" }, "content_scripts": [ { "css": [ "assets\/css\/payment-gateway-verify.css" ], "exclude_globs": [ "*:\/\/www.shaparak.ir\/*", "*:\/\/shaparak.ir\/*" ], "js": [ "assets\/js\/content-script.js" ], "matches": [ "https:\/\/*.shaparak.ir\/*" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/images\/sign.png" ], "matches": [ "https:\/\/*.shaparak.ir\/*" ] } ] } |