Recap Reddit

Automatically turn Reddit posts into recap videos.

Τι είναι το Recap Reddit;

Το Recap Reddit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://recap-reddit.web.app, και η κύρια λειτουργία του είναι "Automatically turn Reddit posts into recap videos.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Recap Reddit

Λήψη αρχείων επέκτασης Recap Reddit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension automatically turns Reddit posts into recap videos. The recap videos consists of the most popular comments from the Reddit post presented in a nice looking way - all mixed with a speaker that reads the comments and some relaxing background music.

== Here's how to use the extension ==

🌍 Step 1: Go to your favorite subreddit (/r/AskReddit is a good one)
📖 Step 2: Click on a post
▶️ Step 3: Click play on automatically generated recap video!

== Why does Recap Reddit need permission to "access data on reddit.com"? ==

This permission is needed for adding the recap video to Reddit. Recap Reddit **DOES NOT** collect any of your data or your browsing activity on any websites. We are very fanatical about privacy ourselves and your privacy is extremely important to us as well. If you want the extension to only load when you specifically ask for it, you can right-click on the icon of the extension and select the "when you click on the extension" option.

If you want to read our privacy policy and terms of service you can find it at our website https://andreasbm.github.io/privacy?app=recap-reddit

== Feedback and bug reports ==

Recap Reddit is still in beta. If you find a bug or are having issues please don't post your bug report here - contact us directly so we can fix it.

== Enjoying Recap Reddit? Please rate! ==

If you like Recap Reddit, please help spread the word by giving it a 5 star rating here or share it with your friends 😄 If you are not fully satisfied, please contact us and we will make sure to help.

== Recap Reddit website ==

If you want to learn more about this extension you can go to our website https://recap-reddit.web.app.

== Stay tuned ==

We will keep improving Recap Reddit! Stay tuned for updates in the future 👍                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Recap Reddit Recap Reddit
ID jfinbpmbkoondiikpmhdejnacmdpnahc
Επίσημο URL https://chromewebstore.google.com/detail/recap-reddit/jfinbpmbkoondiikpmhdejnacmdpnahc
Περιγραφή Automatically turn Reddit posts into recap videos.
Μέγεθος Αρχείου 19.75 KB
Αριθμός Εγκαταστάσεων 42
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-03-18
Ημερομηνία Δημοσίευσης 2020-03-18
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://recap-reddit.web.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://recap-reddit.web.app
Διεύθυνση URL της Σελίδας Βοήθειας https://andreasbm.github.io/privacy?app=recap-reddit
URL της Σελίδας Πολιτικής Απορρήτου https://andreasbm.github.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recap Reddit",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Automatically turn Reddit posts into recap videos.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "background.js"
    ],
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ]
        }
    ]
}