By: Ajithkumar V
Inspect and view changes in vvajithk1 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "ATC",
"version": "2.0",
"description": "Extracts product details or attributes from any webpage with one click. XPaths can be customized in settings.",
"permissions": [
"tabs",
"activeTab",
"clipboardWrite",
"storage",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "ATC - Click to scrape, double-click for Options"
},
"icons": {
"128": "icon.png"
},
"options_page": "options.html",
"browser_specific_settings": {
"gecko": {
"id": "atc-extension@example.com",
"strict_min_version": "126.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best vvajithk1 Alternatives
Here are some Firefox add-ons that are similar to vvajithk1:
ATC
Ajithkumar V
Selectors-Ace
Idrees Kema
element-selector (AI helper)
Med D. Bouthouri
CSS and XPath checker
TANIGUCHI Takaki
AuTomato - Easy E2E
78win
Selector Generator (XPath/CSS)
Fhicks1021
CSS Selector Capture
dev47
Element Picker
lossoe
HTML/CSS Extractor
max
CSS Selector Finder
luck8my
XPath Studio
Wilson
Selector Gadget Zen
OmniManYolo