Redditlist Links To Redditp
Adds a direct link to the redditp of each subreddit listed on redditlist.
What is Redditlist Links To Redditp?
Redditlist Links To Redditp is a Chrome extension developed by jtara1, and its main feature is "Adds a direct link to the redditp of each subreddit listed on redditlist.".
Extension Screenshots
Download Redditlist Links To Redditp Extension CRX File
Download Redditlist Links To Redditp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Redditlist Links To Redditp |
ID | mmigkdbiljoilnfileghbggjencmkife |
Official URL | https://chromewebstore.google.com/detail/redditlist-links-to-reddi/mmigkdbiljoilnfileghbggjencmkife |
Description | Adds a direct link to the redditp of each subreddit listed on redditlist. |
File Size | 7.48 KB |
Installation Count | 23 |
Current Version | 0.1 |
Last Updated | 2017-12-14 |
Publish Date | 2017-12-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | jtara1 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jtara1/RedditlistLinksRedditp |
Supported Languages | 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" ] } ] } |