New Reddit Redirect
Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)
Vad är New Reddit Redirect?
New Reddit Redirect är en Chrome-tillägg utvecklad av Tyler W, och dess huvudfunktion är "Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)".
Tilläggsskärmbilder
Ladda ner New Reddit Redirect-förlängningens CRX-fil
Ladda ner New Reddit Redirect-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
always be on www.reddit.com
Old Reddit Redirect is an extension that I use. I heard someone say the opposite would be useful for them, so I edited it to do the opposite Grundläggande Information om Tillägg
| Namn | |
| ID | aeaplligbgbdhbdjibdfpnfdbefobgll |
| Officiell webbadress | https://chromewebstore.google.com/detail/new-reddit-redirect/aeaplligbgbdhbdjibdfpnfdbefobgll |
| Beskrivning | Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com) |
| Filstorlek | 454 KB |
| Antal Installationer | 175 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2019-01-08 |
| Publiceringsdatum | 2019-01-08 |
| Betyg | 4.60/5 Totalt 5 Betyg |
| Utvecklare | Tyler W |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"description": "Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)",
"icons": {
"128": "img\/icon128.png",
"48": "img\/icon48.png"
},
"manifest_version": 2,
"name": "New Reddit Redirect",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/reddit.com\/*",
"*:\/\/www.reddit.com\/*",
"*:\/\/np.reddit.com\/*",
"*:\/\/new.reddit.com\/*",
"*:\/\/pay.reddit.com\/*",
"*:\/\/old.reddit.com\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0"
} | |