Bernie Blocker
Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.
Co to jest Bernie Blocker?
Bernie Blocker to rozszerzenie Chrome opracowane przez NetLingo, a jego główną funkcją jest „Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bernie Blocker
Pobierz pliki rozszerzeń Bernie Blocker 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
                        Gently filter and remove Bernie Sanders from webpages and from facebook posts.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | mcocieadfficfjkppfkeebbelbhalekf | 
| Oficjalny URL | https://chromewebstore.google.com/detail/bernie-blocker/mcocieadfficfjkppfkeebbelbhalekf | 
| Opis | Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube. | 
| Rozmiar pliku | 78.4 KB | 
| Liczba instalacji | 41 | 
| Aktualna Wersja | 1.5 | 
| Ostatnia Aktualizacja | 2016-06-11 | 
| Data Publikacji | 2016-06-10 | 
| Ocena | 4.14/5 Łącznie 14 Oceny | 
| Deweloper | NetLingo | 
| Typ Płatności | free | 
| Strona Rozszerzenia | http://netlingo.netai.net/#BernieBlocker | 
| Obsługiwane Języki | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bernie Blocker",
    "description": "Removes Bernie Sanders from webpages and filters\/removes Bernie Sanders from Facebook and Youtube.",
    "version": "1.5",
    "permissions": [
        "storage",
        "management"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "ui.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "source\/ytfilter.css"
            ],
            "js": [
                "source\/jquery-2.1.3.min.js",
                "source\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}  |  |