Redditlist Links To Redditp

Adds a direct link to the redditp of each subreddit listed on redditlist.

Qu'est-ce que Redditlist Links To Redditp ?

Redditlist Links To Redditp est une extension Chrome développée par jtara1, et sa fonction principale est "Adds a direct link to the redditp of each subreddit listed on redditlist.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Redditlist Links To Redditp

Téléchargez les fichiers d'extension Redditlist Links To Redditp 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

                        Do you use redditp and redditlist? Well, now you can use redditlist and have a link available to be taken directly to the subreddit on redditp.

Open source is available at https://github.com/jtara1/RedditlistLinksRedditp                    

Informations de Base sur l'Extension

Nom Redditlist Links To Redditp Redditlist Links To Redditp
ID mmigkdbiljoilnfileghbggjencmkife
URL Officiel https://chromewebstore.google.com/detail/redditlist-links-to-reddi/mmigkdbiljoilnfileghbggjencmkife
Description Adds a direct link to the redditp of each subreddit listed on redditlist.
Taille du Fichier 7.48 KB
Nombre d'Installations 23
Version Actuelle 0.1
Dernière Mise à Jour 2017-12-14
Date de Publication 2017-12-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur jtara1
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jtara1/RedditlistLinksRedditp
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redditlist Links To Redditp",
    "version": "0.1",
    "icons": [],
    "description": "Adds a direct link to the redditp of each subreddit listed on redditlist.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/redditlist.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}