Riddit

Hide posts and block subs on Reddit.com

Qu'est-ce que Riddit ?

Riddit est une extension Chrome développée par MAX, et sa fonction principale est "Hide posts and block subs on Reddit.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Riddit

Téléchargez les fichiers d'extension Riddit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Are you tired of visiting Reddit only to see purple links all over the front page? Who reads /r/nosleep anyway? Get rid of unwanted content by clicking on the 'Hide' button next to each post or block an entire subreddit from showing up by clicking 'Block sub'. Install this plugin to clear up the clutter and start consuming fresh content today!

With this plugin, you get a link next to each post for hiding, and a button next to each sub for blocking. In addition to stats about how many posts you've hidden, you'll also get a seamless interface at the top of the page that lets you: 
- Hide all the links on the current page.
- Temporarily see the links that have been hidden on the current page.
- Unblock all the subs you've blocked.
- Reset the extension, making everything become visible again.

FAQ:
Yes, you can use it while logged out of Reddit (intended usage).
No, it does not sync with your phone.
No, it does not work with Incognito mode.
Yes, you should provide feedback about this extension.
No, your hidden links are not tracked.

Contributions are welcome! The Riddit source code is currently hosted on github:

https://github.com/maximusdominus/riddit

Note: up to 200,000 links can be hidden at any time, any additional hidden link will cause the oldest ones to be shown again. This is due to browser memory limitations.                    

Informations de Base sur l'Extension

Nom Riddit Riddit
ID eclfcdibgmjbmnehpilggejlkabkgaok
URL Officiel https://chromewebstore.google.com/detail/riddit/eclfcdibgmjbmnehpilggejlkabkgaok
Description Hide posts and block subs on Reddit.com
Taille du Fichier 41.18 KB
Nombre d'Installations 105
Version Actuelle 1.6
Dernière Mise à Jour 2018-06-18
Date de Publication 2018-06-18
Évaluation 4.00/5 Total 8 Évaluations
Développeur MAX
Type de Paiement free
Site Web de l'Extension https://github.com/maximusdominus/riddit
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Riddit",
    "version": "1.6",
    "description": "Hide posts and block subs on Reddit.com",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/old.reddit.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "riddit.js"
            ],
            "css": [
                "riddit.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Riddit",
        "default_icon": "icon.png"
    }
}