SERP Extension

Automating claps/upvotes on medium.com & reddit.com & support SERP Free Software

What is SERP Extension?

SERP Extension is a Chrome extension developed by https://serp.co, and its main feature is "Automating claps/upvotes on medium.com & reddit.com & support SERP Free Software".

Extension Screenshots

screenshot
screenshot
screenshot

Download SERP Extension Extension CRX File

Download SERP Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Helps you speed up the process of clapping for articles you like on Medium.com, medium collection pages, and upvoding all posts on a reddit thread or subreddit.                    

Extension Basic Information

Name SERP Extension SERP Extension
ID ddegphlieeelnkolaonjjoecbnhgdlik
Official URL https://chromewebstore.google.com/detail/serp-extension/ddegphlieeelnkolaonjjoecbnhgdlik
Description Automating claps/upvotes on medium.com & reddit.com & support SERP Free Software
File Size 5.64 MB
Installation Count 80
Current Version 4
Last Updated 2024-02-26
Publish Date 2023-10-31
Rating 4.80/5 Total 10 Ratings
Developer https://serp.co
Email [email protected]
Payment Type free
Extension Website https://serp.co
Help Page URL https://serp.co/
Privacy Policy Page URL https://serp.co/legal/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SERP Extension",
    "author": "Devin Schumacher @ SERP https:\/\/serp.co",
    "version": "4",
    "description": "Automating claps\/upvotes on medium.com & reddit.com & support SERP Free Software",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/amazon.js"
            ]
        }
    ]
}