RedditRestore

Restores edited, deleted and removed posts and comments on Reddit

Cos'è RedditRestore?

RedditRestore è un'estensione di Chrome sviluppata da Anonymous, e la sua funzione principale è "Restores edited, deleted and removed posts and comments on Reddit".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione RedditRestore

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

                        ONLY WORKS ON:

r/portugal

(more to be added later)                    

Informazioni di Base sull'Estensione

Nome RedditRestore RedditRestore
ID iakigpmdgilbkhlhmggfdajnkeogffme
URL Ufficiale https://chrome.google.com/webstore/detail/iakigpmdgilbkhlhmggfdajnkeogffme
Descrizione Restores edited, deleted and removed posts and comments on Reddit
Dimensione del File 15.83 KB
Conteggio Installazioni 1,040
Versione Corrente 0.2
Ultimo Aggiornamento 2019-08-13
Data di Pubblicazione 2019-08-13
Valutazione 3.06/5 Totale 16 Valutazioni
Sviluppatore Anonymous
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RedditRestore",
    "version": "0.2",
    "description": "Restores edited, deleted and removed posts and comments on Reddit",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/r\/*\/comments\/*\/*\/*"
            ],
            "js": [
                "marked.min.js",
                "script.js"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "128": "icon128.png"
    }
}