Fascist Rag Be Gone
Gives you something better in place of a crappy 'news' site
Что такое Fascist Rag Be Gone?
Fascist Rag Be Gone - это расширение Chrome, разработанное https://www.symbollix.org, и его основная функция - "Gives you something better in place of a crappy 'news' site".
Снимки экрана расширения
Скачать файл CRX расширения Fascist Rag Be Gone
Скачайте файлы расширений Fascist Rag Be Gone в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" Основная информация о расширении
| Название | |
| ID | dbjikbcblnkekheiemjbbamghdbklaen |
| Официальный URL | https://chromewebstore.google.com/detail/fascist-rag-be-gone/dbjikbcblnkekheiemjbbamghdbklaen |
| Описание | Gives you something better in place of a crappy 'news' site |
| Размер файла | 3 MB |
| Количество установок | 32 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2014-03-30 |
| Дата публикации | 2014-03-30 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | https://www.symbollix.org |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
]
} | |