Replace Politics with this puppy

Replace Politics with this puppy

What is Replace Politics with this puppy?

Replace Politics with this puppy is a Chrome extension developed by https://www.rippon.org, and its main feature is "Replace Politics with this puppy".

Extension Screenshots

screenshot

Download Replace Politics with this puppy Extension CRX File

Download Replace Politics with this puppy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Replace Politics with this puppy Replace Politics with this puppy
ID jkiipmgmalkgnghofkaipfngciefcdij
Official URL https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij
Description Replace Politics with this puppy
File Size 162 KB
Installation Count 248
Current Version 0.1
Last Updated 2016-03-10
Publish Date 2016-03-10
Rating 4.27/5 Total 11 Ratings
Developer https://www.rippon.org
Email [email protected]
Payment Type free
Supported Languages 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"
}