Il Webmaster 21
Cerca, trova o chiedi
What is Il Webmaster 21?
Il Webmaster 21 is a Chrome extension developed by https://www.ilwebmaster21.com, and its main feature is "Cerca, trova o chiedi".
Extension Screenshots
Download Il Webmaster 21 Extension CRX File
Download Il Webmaster 21 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
Ricerca rapida nel sito, visita li ultimi articoli pubblicati, aggiornati e grazie alle notifiche non ti perderai neanche un articolo!
Extension Basic Information
Name | |
ID | dglopjbfmeckdnlobgdhecafogddacld |
Official URL | https://chrome.google.com/webstore/detail/il-webmaster-21/dglopjbfmeckdnlobgdhecafogddacld |
Description | Cerca, trova o chiedi |
File Size | 244 KB |
Installation Count | 472 |
Current Version | 2.1.0 |
Last Updated | 2017-05-19 |
Publish Date | 2017-01-19 |
Rating | 4.44/5 Total 9 Ratings |
Developer | https://www.ilwebmaster21.com |
Payment Type | free |
Supported Languages | de,en,fr,es,it,sk,cs,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Il Webmaster 21", "description": "Cerca, trova o chiedi", "default_locale": "it", "version": "2.1.0", "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "images\/ico19.png", "default_title": "", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/*.twitter.com https:\/\/*.google.com https:\/\/*.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "cookies", "management", "notifications" ], "optional_permissions": [ "background" ], "icons": { "19": "images\/ico19.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" }, "web_accessible_resources": [ "images\/ico48.png" ] } |