GPF Signs
This extension allows you to add signs in the GPF fast and easy.
What is GPF Signs?
GPF Signs is a Chrome extension developed by Nico S., and its main feature is "This extension allows you to add signs in the GPF fast and easy.".
Download GPF Signs Extension CRX File
Download GPF Signs 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 | glckjnfidpjlkolpkmfpehhkabbcbpgh |
Official URL | https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh |
Description | This extension allows you to add signs in the GPF fast and easy. |
File Size | 213 KB |
Installation Count | 33 |
Current Version | 2.0.2 |
Last Updated | 2017-08-24 |
Publish Date | 2017-08-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Nico S. |
Payment Type | free |
Supported Languages | en,ca,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "GPFSigns", "description": "__MSG_descr__", "version": "2.0.2", "options_page": "config.html", "content_scripts": [ { "matches": [ "https:\/\/productforums.google.com\/*" ], "js": [ "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "default_locale": "es", "browser_action": { "default_icon": "images\/48.png", "default_popup": "popup.html" }, "icons": { "128": "images\/128.png", "16": "images\/16.png" }, "permissions": [ "storage", "https:\/\/productforums.google.com\/*", "https:\/\/fonts.googleapis.com\/*" ] } |