redditp
Quickly view subreddit(s) in redditp
What is redditp?
redditp is a Chrome extension developed by jeffjosejeff, and its main feature is "Quickly view subreddit(s) in redditp".
Extension Screenshots
Download redditp Extension CRX File
Download 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
Chrome extension for redditp.com Extension Basic Information
| Name | |
| ID | fjkchfgcociaoccddcfgnbnechackddn |
| Official URL | https://chromewebstore.google.com/detail/redditp/fjkchfgcociaoccddcfgnbnechackddn |
| Description | Quickly view subreddit(s) in redditp |
| File Size | 272 KB |
| Installation Count | 52 |
| Current Version | 0.0.4 |
| Last Updated | 2018-09-24 |
| Publish Date | 2018-09-23 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | jeffjosejeff |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.4",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"64": "images\/icon-64.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"permissions": [
"declarativeContent",
"tabs"
],
"page_action": {
"default_icon": {
"64": "images\/icon-64.png"
},
"default_title": "redditp"
}
} | |