Social Extractor
Social Data Extractor tool
Was ist Social Extractor?
Social Extractor ist eine Chrome-Erweiterung, die von easy extrax entwickelt wurde, und ihr Hauptmerkmal ist "Social Data Extractor tool".
Erweiterungsscreenshots
Social Extractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Social Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Social Data Extractor is software that can extract information such as title, phone number, email etc... Grundlegende Informationen zur Erweiterung
| Name | |
| ID | okngmpienjhpihnacbkkabmepmfkaojc |
| Offizielle URL | https://chromewebstore.google.com/detail/social-extractor/okngmpienjhpihnacbkkabmepmfkaojc |
| Beschreibung | Social Data Extractor tool |
| Dateigröße | 229 KB |
| Installationsanzahl | 522 |
| Aktuelle Version | 1.9 |
| Letztes Update | 2022-02-03 |
| Veröffentlichungsdatum | 2021-02-10 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | easy extrax |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://scrapers.in/privacy-policy-2 |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Social Extractor",
"description": "Social Data Extractor tool",
"version": "1.9",
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"default_popup": "html\/index.html",
"default_title": "Social Extractor"
},
"options_page": "html\/option.html",
"background": {
"scripts": [
"js\/eventpage.js"
],
"persistent": false
},
"permissions": [
"storage",
"notifications",
"*:\/\/goyral.com\/*",
"downloads",
"browsingData"
],
"content_scripts": [
{
"js": [
"lib\/js\/jquery-min.js",
"contentscript\/content.js"
],
"css": [
"css\/style.css"
],
"matches": [
"*:\/\/*.google.com\/*",
"*:\/\/*.yahoo.com\/*",
"*:\/\/*.bing.com\/*"
],
"run_at": "document_end"
}
]
} | |