SERP Extension

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

Cos'è SERP Extension?

SERP Extension è un'estensione di Chrome sviluppata da https://serp.co, e la sua funzione principale è "Automating claps/upvotes on medium.com & reddit.com & support SERP Free Software".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SERP Extension

Scarica i file di estensione SERP Extension 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

                        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.                    

Informazioni di Base sull'Estensione

Nome SERP Extension SERP Extension
ID ddegphlieeelnkolaonjjoecbnhgdlik
URL Ufficiale https://chromewebstore.google.com/detail/serp-extension/ddegphlieeelnkolaonjjoecbnhgdlik
Descrizione Automating claps/upvotes on medium.com & reddit.com & support SERP Free Software
Dimensione del File 5.64 MB
Conteggio Installazioni 80
Versione Corrente 4
Ultimo Aggiornamento 2024-02-26
Data di Pubblicazione 2023-10-31
Valutazione 4.80/5 Totale 10 Valutazioni
Sviluppatore https://serp.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://serp.co
URL della Pagina di Aiuto https://serp.co/
URL della Pagina della Politica sulla Privacy https://serp.co/legal/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}