DotGit
An extension for checking if .git is exposed in visited websites
DotGit क्या है?
DotGit davtur19 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for checking if .git is exposed in visited websites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DotGit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension for checking if .git is exposed in visited websites - Check if a .git/.svn/.hg folder exists for each site you visit - Check if a .env file exists for each site you visit - Check if the site is open source (github/gitlab) - Check if the site has security.txt - You will be notified when a folder is found - List of exposed sites found - Download the entire .git folder in zip format, even if the files are not listed on the site - View .git/config with one click - Options for: colors, notifications and downloads Some checks are turned off by default, open the settings to turn them on Source code: https://github.com/davtur19/DotGit
एक्सटेंशन की मूल जानकारी
नाम | DotGit |
ID | pampamgoihgcedonnphgehgondkhikel |
आधिकारिक URL | https://chromewebstore.google.com/detail/dotgit/pampamgoihgcedonnphgehgondkhikel |
विवरण | An extension for checking if .git is exposed in visited websites |
फ़ाइल का आकार | 145 KB |
स्थापना संख्या | 10,400 |
वर्तमान संस्करण | 4.8 |
अंतिम अपडेट | 2023-09-20 |
प्रकाशन तिथि | 2020-06-16 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | davtur19 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/davtur19/DotGit |
सहायता पृष्ठ URL | https://github.com/davtur19/DotGit/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DotGit", "version": "4.8", "description": "An extension for checking if .git is exposed in visited websites", "icons": { "16": "icons\/dotgit-16.png", "32": "icons\/dotgit-32.png", "48": "icons\/dotgit-48.png", "96": "icons\/dotgit-96.png", "128": "icons\/dotgit-128.png" }, "permissions": [ "*:\/\/*\/*", "webRequest", "storage", "notifications", "downloads" ], "background": { "scripts": [ "dotgit.js", "lib\/pako_inflate.min.js", "lib\/jszip.min.js" ] }, "browser_action": { "default_title": "DotGit", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html" } } |