Political Cookie Monster
Turn politics into yummy cookies!!!
What is Political Cookie Monster?
Political Cookie Monster is a Chrome extension developed by Unknown, and its main feature is "Turn politics into yummy cookies!!!".
Extension Screenshots
Download Political Cookie Monster Extension CRX File
Download Political Cookie Monster 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 politics into yummy cookies!!!
Extension Basic Information
Name | Political Cookie Monster |
ID | jkaamakjhdgjbpegcacgglgmbemifonh |
Official URL | https://chromewebstore.google.com/detail/political-cookie-monster/jkaamakjhdgjbpegcacgglgmbemifonh |
Description | Turn politics into yummy cookies!!! |
File Size | 49.15 KB |
Installation Count | 10 |
Current Version | 1.1 |
Last Updated | 2016-04-16 |
Publish Date | 2016-04-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Political Cookie Monster", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Turn politics into yummy cookies!!!", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |