Apexbot
A scraper that scrapes twitter for contract addresses and lets you use uniswap to swap their tokens
Cos'è Apexbot?
Apexbot è un'estensione di Chrome sviluppata da Dev Pajeetson, e la sua funzione principale è "A scraper that scrapes twitter for contract addresses and lets you use uniswap to swap their tokens".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Apexbot
Scarica i file di estensione Apexbot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The extension parses addresses that show up on your twitter feed and turns them into clickable links. These links can link to Uniswap which allows you to connect your Metamask wallet and swap your coins. Informazioni di Base sull'Estensione
| Nome | |
| ID | ojilbjpfcakeofoakcolaomcaefbpphp |
| URL Ufficiale | https://chromewebstore.google.com/detail/apexbot/ojilbjpfcakeofoakcolaomcaefbpphp |
| Descrizione | A scraper that scrapes twitter for contract addresses and lets you use uniswap to swap their tokens |
| Dimensione del File | 676 KB |
| Conteggio Installazioni | 25 |
| Versione Corrente | 2 |
| Ultimo Aggiornamento | 2023-08-15 |
| Data di Pubblicazione | 2023-08-08 |
| Sviluppatore | Dev Pajeetson |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://apexbot.app |
| URL della Pagina della Politica sulla Privacy | https://www.privacypolicytemplate.net/live.php?token=dpLBhyDF9878JyjHQvsllk23QrpKZ1CV |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Apexbot",
"manifest_version": 3,
"version": "2",
"description": "A scraper that scrapes twitter for contract addresses and lets you use uniswap to swap their tokens",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback",
"browsingData"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules\/rules.json"
}
]
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
],
"host_permissions": [
" | |