Siri-ON.com
Siri-ON.com integration in Chrome
What is Siri-ON.com?
Siri-ON.com is a Chrome extension developed by https://siri-on.com, and its main feature is "Siri-ON.com integration in Chrome".
Extension Screenshots
Download Siri-ON.com Extension CRX File
Download Siri-ON.com 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
Intègre un lien vers Siri-ON.com directement sur l'aperçu web d'iTunes. Si l'application est disponible, le logo du site sera en couleur et amènera directement sur la page de l'app, sinon, le logo sera grisée. Pour les membres Premium, il y a même les liens directs de téléchargement.
Extension Basic Information
Name | |
ID | jdioofgegniinjplfnmmggiackkllbfj |
Official URL | https://chromewebstore.google.com/detail/siri-oncom/jdioofgegniinjplfnmmggiackkllbfj |
Description | Siri-ON.com integration in Chrome |
File Size | 60.73 KB |
Installation Count | 506 |
Current Version | 1.0.3 |
Last Updated | 2013-06-22 |
Publish Date | 2013-06-22 |
Rating | 3.84/5 Total 19 Ratings |
Developer | https://siri-on.com |
Payment Type | free |
Extension Website | http://www.siri-on.com/ |
Help Page URL | http://www.siri-on.com/contact |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Siri-ON.com", "description": "Siri-ON.com integration in Chrome", "version": "1.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/itunes.apple.com\/*\/app\/*", "https:\/\/itunes.apple.com\/app\/*" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/itunes_integration.js" ] } ], "permissions": [ "https:\/\/siri-on.com\/", "http:\/\/www.siri-on.com\/" ], "web_accessible_resources": [ "\/img\/sirion-black.png", "\/img\/sirion-gray.png" ] } |