Tadoba Safari Booking Helper (TATR)
Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes
Wat is Tadoba Safari Booking Helper (TATR)?
Tadoba Safari Booking Helper (TATR) is een Chrome-extensie ontwikkeld door anirvan.mandal, en de belangrijkste functie is "Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes".
Extensie Screenshots
Download het CRX-bestand van de extensie Tadoba Safari Booking Helper (TATR)
Download Tadoba Safari Booking Helper (TATR)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Making a Safari booking for Tadoba Andhari can be frustrating. There are limited seats that are made available every morning for the Tatkal Booking.
I made this extension to pre-fill all the information in the extension settings. The extension then will auto-fill all the fields and check all the check-boxes to streamline the entire process and successfully book the ticket. Basisinformatie over de Extensie
| Naam | |
| ID | npeadkfocpkcboddgakmplohiegobkgm |
| Officiële URL | https://chromewebstore.google.com/detail/tadoba-safari-booking-hel/npeadkfocpkcboddgakmplohiegobkgm |
| Beschrijving | Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes |
| Bestandsgrootte | 37.7 MB |
| Aantal Installaties | 57 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2023-04-30 |
| Publicatiedatum | 2022-10-16 |
| Ontwikkelaar | anirvan.mandal |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/anirvanmandal/tadoba-booking |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tadoba Safari Booking Helper (TATR)",
"description": "Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes",
"version": "0.0.2",
"manifest_version": 3,
"icons": {
"16": "\/app\/assets\/images\/logo_16.png",
"32": "\/app\/assets\/images\/logo_32.png",
"48": "\/app\/assets\/images\/logo_48.png",
"128": "\/app\/assets\/images\/logo_128.png"
},
"action": {
"default_popup": "\/app\/views\/popup.html",
"default_icon": {
"16": "\/app\/assets\/images\/logo_16.png",
"32": "\/app\/assets\/images\/logo_32.png"
},
"default_title": "TATR Tatkal availability"
},
"options_page": "\/app\/views\/options.html",
"background": {
"service_worker": "\/app\/service-worker.min.js"
},
"permissions": [
"storage",
"notifications"
],
"content_scripts": [
{
"matches": [
"https:\/\/booking.mytadoba.org\/*"
],
"css": [],
"js": [
"\/app\/content-script.min.js"
],
"run_at": "document_idle"
}
]
} | |