Raspa

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

Raspaとは何ですか?

Raspaはhttps://raspa.ioによって開発されたChromeの拡張機能で、その主な機能は「Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Raspa拡張機能のCRXファイルをダウンロード

Raspa拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Raspa Raspa
ID cghokgahboelggidbecgkgjmmajahfjh
公式URL https://chromewebstore.google.com/detail/raspa/cghokgahboelggidbecgkgjmmajahfjh
説明 Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!
ファイルサイズ 920 KB
インストール数 35
現在のバージョン 0.0.9
最終更新日 2023-03-17
公開日 2022-11-17
開発者 https://raspa.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://raspa.io
ヘルプページのURL https://raspa.io
プライバシーポリシーページのURL https://raspa.io/privacy-policy
対応言語 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": [
                ""
            ]
        }
    ]
}