Replace Politics with this puppy

Replace Politics with this puppy

Qu'est-ce que Replace Politics with this puppy ?

Replace Politics with this puppy est une extension Chrome développée par https://www.rippon.org, et sa fonction principale est "Replace Politics with this puppy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Replace Politics with this puppy

Téléchargez les fichiers d'extension Replace Politics with this puppy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Replace Politics with this puppy Replace Politics with this puppy
ID jkiipmgmalkgnghofkaipfngciefcdij
URL Officiel https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij
Description Replace Politics with this puppy
Taille du Fichier 162 KB
Nombre d'Installations 248
Version Actuelle 0.1
Dernière Mise à Jour 2016-03-10
Date de Publication 2016-03-10
Évaluation 4.27/5 Total 11 Évaluations
Développeur https://www.rippon.org
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}