Fascist Rag Be Gone
Gives you something better in place of a crappy 'news' site
Co to jest Fascist Rag Be Gone?
Fascist Rag Be Gone to rozszerzenie Chrome opracowane przez https://www.symbollix.org, a jego główną funkcją jest „Gives you something better in place of a crappy 'news' site”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fascist Rag Be Gone
Pobierz pliki rozszerzeń Fascist Rag Be Gone 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
Ever mistakenly click on a Daily Mail link and kinda hate yourself for it?
Well this little extension will intercept those mistakes and present you with something far more important, inspiring and news-worth than you're ever going to find on that awful site; namely "James Baxter the Horse" Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dbjikbcblnkekheiemjbbamghdbklaen |
| Oficjalny URL | https://chromewebstore.google.com/detail/fascist-rag-be-gone/dbjikbcblnkekheiemjbbamghdbklaen |
| Opis | Gives you something better in place of a crappy 'news' site |
| Rozmiar pliku | 3 MB |
| Liczba instalacji | 32 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2014-03-30 |
| Data Publikacji | 2014-03-30 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://www.symbollix.org |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fascist Rag Be Gone",
"version": "1.2",
"description": "Gives you something better in place of a crappy 'news' site",
"web_accessible_resources": [
"assets\/*.*",
"js\/*.*",
"css\/*.*",
"index.html"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.dailymail.co.uk\/*"
],
"js": [
"js\/external.js",
"js\/app.js"
],
"css": [
"css\/style.css"
],
"run_at": "document_start"
}
]
} | |