Crappy Chrome Plugin
This extension does shit on your current page
What is Crappy Chrome Plugin?
Crappy Chrome Plugin is a Chrome extension developed by JackW, and its main feature is "This extension does shit on your current page".
Download Crappy Chrome Plugin Extension CRX File
Download Crappy Chrome Plugin 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
Want your google pages to be fucked up ? Have fun mate !
Extension Basic Information
Name | |
ID | khfagknpenlpghhoapfhefnfibojignn |
Official URL | https://chrome.google.com/webstore/detail/crappy-chrome-plugin/khfagknpenlpghhoapfhefnfibojignn |
Description | This extension does shit on your current page |
File Size | 35.54 KB |
Installation Count | 11 |
Current Version | 1.0 |
Last Updated | 2015-07-22 |
Publish Date | 2015-07-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | JackW |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crappy Chrome Plugin", "description": "This extension does shit on your current page", "version": "1.0", "browser_action": { "default_icon": "crap.png", "default_popup": "crapup.html" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/www.google.fr\/*" ], "js": [ "js\/libs\/jquery-2.1.4.min.js", "js\/crapup.js", "js\/crapup_scripts.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*" ] } |