Ad Killer for Quora™

Gets rid of the ads and sponsored content from Quora™.

Что такое Ad Killer for Quora™?

Ad Killer for Quora™ - это расширение Chrome, разработанное Wrybread, и его основная функция - "Gets rid of the ads and sponsored content from Quora™.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Ad Killer for Quora™

Скачайте файлы расширений Ad Killer for Quora™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Removes all ads, sponsored content, promoted content, and teasers for "premium" posts. Tries to leave all useful content in place. I wrote it because the other Quora™ ad blocker I found made the site unusable by also removing the upvote/downvote buttons and the sidebar. This tries to simply remove the ads and leave the site fully usable. Let me know if it misses any ads for you. Quora™ makes changes to their site from time to time that breaks something, all easily fixed.

And note that if you make the extension's icon visible in the browser toolbar, it'll keep a running tally of how many ads it removes.                    

Основная информация о расширении

Название Ad Killer for Quora™ Ad Killer for Quora™
ID ciakjaleedncgfgnpgplpdbmafamimjk
Официальный URL https://chromewebstore.google.com/detail/ad-killer-for-quora/ciakjaleedncgfgnpgplpdbmafamimjk
Описание Gets rid of the ads and sponsored content from Quora™.
Размер файла 67.72 KB
Количество установок 625
Текущая Версия 1.5
Последнее Обновление 2023-08-07
Дата публикации 2022-06-20
Рейтинг 4.40/5 Всего 10 оценок
Разработчик Wrybread
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://gizmoware.net/privacy
Поддерживаемые языки en
manifest.json
{
    "action": {
        "default_icon": "icon128.png"
    },
    "author": "Wrybread",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "removeAds.js"
            ],
            "matches": [
                "https:\/\/*.quora.com\/*"
            ]
        }
    ],
    "description": "Gets rid of the ads and sponsored content from Quora\u2122.",
    "host_permissions": [
        "https:\/\/*.quora.com\/*"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApxlHszNDlUNOmymgEwciV12jL1Ed2pmY8tqLvelTQMTScNAzoI4T2qkp8aJyIy735uPR5fxPL0Y4pG8wSXGpQds39END9RHqrBPbLGI0mvj8WOWuZbnvEtV1ieScysrSXiWrvmuoZD\/vpp58voTqptvK7t66rSTbf0khXOmBXhhr5nr1kGdWhRlK4IDQmRXq\/ZF48IAuW\/qMcrd1cE8MQvuRbehWAS2bVz4DaCWcAarN9IUcZDglvRvAwyX03UMlQINClYdZ49p7ECnkotd0tOfQbgEBZdiPSBMkwM0DqW7vysqyHyKPhh3zsJLXNEGXHYat\/lcIQOeqDlJAIWQ3uwIDAQAB",
    "manifest_version": 3,
    "name": "Ad Killer for Quora\u2122",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5"
}