PopIT
Dla Michała
Wat is PopIT?
PopIT is een Chrome-extensie ontwikkeld door vsemak, en de belangrijkste functie is "Dla Michała".
Download het CRX-bestand van de extensie PopIT
Download PopIT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | ![]() |
ID | oafnjddioefagfojjllgfpbfailiacge |
Officiële URL | https://chrome.google.com/webstore/detail/popit/oafnjddioefagfojjllgfpbfailiacge |
Beschrijving | Dla Michała |
Bestandsgrootte | 14.69 KB |
Aantal Installaties | 30 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2016-01-20 |
Publicatiedatum | 2016-01-20 |
Ontwikkelaar | vsemak |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |