Freegaro
Le figaro sans flou !
What is Freegaro?
Freegaro is a Chrome extension developed by Unknown, and its main feature is "Le figaro sans flou !".
Extension Screenshots
Download Freegaro Extension CRX File
Download Freegaro 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
Freegaro défloute les articles du Figaro !
Extension Basic Information
Name | Freegaro |
ID | nfhapjgfmnnelippfcldkkgfbdejpjop |
Official URL | https://chromewebstore.google.com/detail/freegaro/nfhapjgfmnnelippfcldkkgfbdejpjop |
Description | Le figaro sans flou ! |
File Size | 45.12 KB |
Installation Count | 38 |
Current Version | 2.0 |
Last Updated | 2016-04-12 |
Publish Date | 2016-04-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freegaro", "version": "2.0", "description": "Le figaro sans flou !", "browser_action": { "default_icon": "ic128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.lefigaro.fr\/*" ], "js": [ "jquery.min.js", "script.js" ] } ] } |