PopIT
Dla Michała
What is PopIT?
PopIT is a Chrome extension developed by vsemak, and its main feature is "Dla Michała".
Download PopIT Extension CRX File
Download PopIT 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
Extension Basic Information
Name | ![]() |
ID | oafnjddioefagfojjllgfpbfailiacge |
Official URL | https://chrome.google.com/webstore/detail/popit/oafnjddioefagfojjllgfpbfailiacge |
Description | Dla Michała |
File Size | 14.69 KB |
Installation Count | 30 |
Current Version | 0.0.2 |
Last Updated | 2016-01-20 |
Publish Date | 2016-01-20 |
Developer | vsemak |
Payment Type | free |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Szymon B\u0142aka\u0142a", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/icon16.png", "default_title": "PopIT", "name": "PopIT" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "plugin.js" ], "matches": [ "http:\/\/*\/*" ] } ], "description": "Dla Micha\u0142a", "icons": { "48": "img\/icon48.png" }, "manifest_version": 2, "name": "PopIT", "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "storage" ], "version": "0.0.2", "web_accessible_resources": [ "style.css", "plugin.js" ] } |