Replace Politics with this puppy

Replace Politics with this puppy

Was ist Replace Politics with this puppy?

Replace Politics with this puppy ist eine Chrome-Erweiterung, die von https://www.rippon.org entwickelt wurde, und ihr Hauptmerkmal ist "Replace Politics with this puppy".

Erweiterungsscreenshots

screenshot

Replace Politics with this puppy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Replace Politics with this puppy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Replace Politics with this puppy Replace Politics with this puppy
ID jkiipmgmalkgnghofkaipfngciefcdij
Offizielle URL https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij
Beschreibung Replace Politics with this puppy
Dateigröße 162 KB
Installationsanzahl 248
Aktuelle Version 0.1
Letztes Update 2016-03-10
Veröffentlichungsdatum 2016-03-10
Bewertung 4.27/5 Insgesamt 11 Bewertungen
Entwickler https://www.rippon.org
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}