Reddit News Fixer
Fixes Reddit News Subreddit Names
Co to jest Reddit News Fixer?
Reddit News Fixer to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Fixes Reddit News Subreddit Names”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit News Fixer
Pobierz pliki rozszerzeń Reddit News Fixer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Still subscribed to r/news and r/worldnews?
Surf in smug style with this more truthful helper for renaming the links to those subreddits. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | olhjigkfnlocckgkfhgikjejjcdipgcp |
| Oficjalny URL | https://chromewebstore.google.com/detail/reddit-news-fixer/olhjigkfnlocckgkfhgikjejjcdipgcp |
| Opis | Fixes Reddit News Subreddit Names |
| Rozmiar pliku | 55.02 KB |
| Liczba instalacji | 12 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2014-02-12 |
| Data Publikacji | 2014-02-12 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reddit News Fixer",
"version": "1.1",
"description": "Fixes Reddit News Subreddit Names",
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"default_icon": "icon-19.png",
"default_title": "News Subreddits Fixed!"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.reddit.com\/*",
"https:\/\/*.reddit.com\/*"
],
"js": [
"jquery.min.js",
"contentscript.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |