Auto IRCTC
Book Ticket easily.
ما هو Auto IRCTC؟
Auto IRCTC هو إضافة Chrome تم تطويرها بواسطة Roushan Singh، والميزة الرئيسية لها هي "Book Ticket easily.".
تحميل ملف CRX للإضافة Auto IRCTC
قم بتنزيل ملفات الامتداد Auto IRCTC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Book Ticket very fastly
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | lhjnpilbhjckkhcgofbkmfpdddicbafm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/auto-irctc/lhjnpilbhjckkhcgofbkmfpdddicbafm |
الوصف | Book Ticket easily. |
حجم الملف | 135 KB |
عدد التثبيتات | 172 |
النسخة الحالية | 17.2 |
آخر تحديث | 2017-02-24 |
تاريخ النشر | 2017-02-24 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Roushan Singh |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto IRCTC", "version": "17.2", "description": "Book Ticket easily.", "browser_action": { "default_title": "IRCTC", "default_icon": { "19": "irctc.png", "38": "irctc.png" } }, "permissions": [ "storage", "tabs", "cookies", "https:\/\/www.irctc.co.in\/*", "https:\/\/netbanking.hdfcbank.com\/*", "https:\/\/netbanking.yesbank.co.in\/*", "https:\/\/netsafe.hdfcbank.com\/*", "https:\/\/secure5.arcot.com\/*", "https:\/\/securepg.fssnet.co.in\/*", "https:\/\/www.billdesk.com\/*", "https:\/\/pgi.billdesk.com\/*", "https:\/\/securepayments.fssnet.co.in\/*", "https:\/\/ipay.icicibank.com\/*", "https:\/\/merchant.onlinesbi.com\/*", "https:\/\/www.bobibanking.com\/*", "https:\/\/shopping.icicibank.com\/corp\/*", "https:\/\/inet.idbibank.co.in\/corp\/*" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.irctc.co.in\/*", "https:\/\/netbanking.hdfcbank.com\/*", "https:\/\/netbanking.yesbank.co.in\/*", "https:\/\/netsafe.hdfcbank.com\/*", "https:\/\/secure5.arcot.com\/*", "https:\/\/securepg.fssnet.co.in\/*", "https:\/\/www.billdesk.com\/*", "https:\/\/pgi.billdesk.com\/*", "https:\/\/shopping.icicibank.com\/corp\/*", "https:\/\/securepayments.fssnet.co.in\/*", "https:\/\/ipay.icicibank.com\/*", "https:\/\/merchant.onlinesbi.com\/*", "https:\/\/www.bobibanking.com\/*", "https:\/\/inet.idbibank.co.in\/corp\/*" ], "js": [ "preprocess.js" ], "run_at": "document_idle" } ] } |