reddit live
Auto update a reddit comment stream
Vad är reddit live?
reddit live är en Chrome-tillägg utvecklad av gpmcadam, och dess huvudfunktion är "Auto update a reddit comment stream".
Tilläggsskärmbilder
Ladda ner reddit live-förlängningens CRX-fil
Ladda ner reddit live-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Auto update a reddit comment thread. Once installed, load a comment thread, click the 'Sort By' dropdown and click 'live'.
Updated in 0.1.2:
- Update extension to work with latest Chrome manifest, now loads in newer Chrome
Updated in 0.1.1:
- Fixed an issue where live mode wouldn't start when using https Grundläggande Information om Tillägg
| Namn | |
| ID | gfmgldfmppamhojkggjlonpboiobnbpe |
| Officiell webbadress | https://chromewebstore.google.com/detail/reddit-live/gfmgldfmppamhojkggjlonpboiobnbpe |
| Beskrivning | Auto update a reddit comment stream |
| Filstorlek | 6.75 MB |
| Antal Installationer | 166 |
| Aktuell Version | 0.1.2 |
| Senast Uppdaterad | 2022-10-26 |
| Publiceringsdatum | 2015-08-26 |
| Betyg | 1.67/5 Totalt 3 Betyg |
| Utvecklare | gpmcadam |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "reddit live",
"version": "0.1.2",
"manifest_version": 3,
"description": "Auto update a reddit comment stream",
"homepage_url": "http:\/\/gary.mcad.am\/a\/reddit-live",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"host_permissions": [
"https:\/\/*.reddit.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.reddit.com\/*"
],
"css": [
"src\/inject\/inject.css"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
]
}
]
} | |