Raspa

Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!

¿Qué es Raspa?

Raspa es una extensión de Chrome desarrollada por https://raspa.io, y su función principal es "Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Raspa

Descarga archivos de extensión Raspa en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        With this extension, you'll not only be able to explore your favorite social media platforms with ease, but you'll also earn valuable points while doing it! Seamlessly integrated profile stats allow you to discover more data about creator profiles in a single view as you browse any social media platform. Getting started is easy - simply follow these three steps:

Install the Chrome Extension: Click on the Add to Chrome button.

Create a Raspa Account: Go to Raspa.io and create your free account.

Get Searching! Start researching like never before.

But that's not all - when you create a Raspa.io account, you'll unlock even more perks, such as advanced search options and the ability to view your explored profiles and search history. With our extension and platform, you can search for social media profiles, content, and media from all major platforms and filter your results by social network, following, engagement, verified status, and more. Don't miss out on the ultimate social media research experience - try out Raspa today! It's free!                    

Información Básica de la Extensión

Nombre Raspa Raspa
ID cghokgahboelggidbecgkgjmmajahfjh
URL Oficial https://chromewebstore.google.com/detail/raspa/cghokgahboelggidbecgkgjmmajahfjh
Descripción Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!
Tamaño del Archivo 920 KB
Cantidad de Instalaciones 35
Versión Actual 0.0.9
Última Actualización 2023-03-17
Fecha de Publicación 2022-11-17
Desarrollador https://raspa.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://raspa.io
URL de la Página de Ayuda https://raspa.io
URL de la Página de Política de Privacidad https://raspa.io/privacy-policy
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Raspa",
    "description": "Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!",
    "version": "0.0.9",
    "background": {
        "service_worker": "\/background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/*\/*",
        "",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "img\/img.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/podcasts.google.com\/*",
                "https:\/\/podcasts.apple.com\/*",
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "injectScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/podcasts.google.com\/*",
                "https:\/\/podcasts.apple.com\/*",
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "urlactions.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "IGContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "instagram\/pageObserver.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "TwitterContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "twitter\/pageObserver.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "TiktokContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "tiktok\/pageObserver.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "YoutubeContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "youtube\/pageObserver.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "TwitchContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.spotify.com\/*",
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "injectFetch.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facebook\/index.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "PinterestContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/podcasts.google.com\/*"
            ],
            "js": [
                "GooglePodcastsContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/podcasts.apple.com\/*"
            ],
            "js": [
                "ApplePodcastsContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "SpotifyPodcastsContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.raspa.io\/*",
                "http:\/\/*.raspa.io\/*"
            ],
            "js": [
                "InstallationCheck.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "xhr.js",
                "fonts\/*",
                "IGPageScript.js",
                "tiktok\/TiktokPageScript.js",
                "fetch.js",
                "YouTubePageScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}