Replace Politics with this puppy

Replace Politics with this puppy

Wat is Replace Politics with this puppy?

Replace Politics with this puppy is een Chrome-extensie ontwikkeld door https://www.rippon.org, en de belangrijkste functie is "Replace Politics with this puppy".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Replace Politics with this puppy

Download Replace Politics with this puppy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Replace Politics with this puppy Replace Politics with this puppy
ID jkiipmgmalkgnghofkaipfngciefcdij
Officiële URL https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij
Beschrijving Replace Politics with this puppy
Bestandsgrootte 162 KB
Aantal Installaties 248
Huidige Versie 0.1
Laatst Bijgewerkt 2016-03-10
Publicatiedatum 2016-03-10
Beoordeling 4.27/5 Totaal 11 Beoordelingen
Ontwikkelaar https://www.rippon.org
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}