Crap Sites

Make the web crappy again

What is Crap Sites?

Crap Sites is a Chrome extension developed by schier.co, and its main feature is "Make the web crappy again".

Extension Screenshots

screenshot

Download Crap Sites Extension CRX File

Download Crap Sites 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

                        Turn any of your web pages in 2 an a e s t h e t i c nightmare                    

Extension Basic Information

Name Crap Sites Crap Sites
ID fiajcepagebaknajlpiglmcebbhkjdaf
Official URL https://chrome.google.com/webstore/detail/crap-sites/fiajcepagebaknajlpiglmcebbhkjdaf
Description Make the web crappy again
File Size 882 KB
Installation Count 251
Current Version 0.1.0
Last Updated 2016-08-27
Publish Date 2016-08-27
Rating 4.88/5 Total 8 Ratings
Developer schier.co
Email [email protected]
Payment Type free
Extension Website http://95ify.com/
Privacy Policy Page URL http://schier.co
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crap Sites",
    "version": "0.1.0",
    "description": "Make the web crappy again",
    "manifest_version": 2,
    "web_accessible_resources": [
        "*"
    ],
    "background": {
        "scripts": [
            "util\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Windows 95ify"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}