Replace Politics with this puppy

Replace Politics with this puppy

Co to jest Replace Politics with this puppy?

Replace Politics with this puppy to rozszerzenie Chrome opracowane przez https://www.rippon.org, a jego główną funkcją jest „Replace Politics with this puppy”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Replace Politics with this puppy

Pobierz pliki rozszerzeń Replace Politics with this puppy 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

                        My fiance was getting bored with all the political nonsense in her Facebook feed, and she loves puppies.  This is the logical conclusion of being engaged to a geek.                    

Podstawowe informacje o rozszerzeniu

Nazwa Replace Politics with this puppy Replace Politics with this puppy
ID jkiipmgmalkgnghofkaipfngciefcdij
Oficjalny URL https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij
Opis Replace Politics with this puppy
Rozmiar pliku 162 KB
Liczba instalacji 248
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-03-10
Data Publikacji 2016-03-10
Ocena 4.27/5 Łącznie 11 Oceny
Deweloper https://www.rippon.org
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "facebook_filter.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Replace Politics with this puppy",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Replace Politics with this puppy",
    "version": "0.1"
}