9gag commands
Show commands for every video on 9gag
What is 9gag commands?
9gag commands is a Chrome extension developed by Unknown, and its main feature is "Show commands for every video on 9gag".
Extension Screenshots
Download 9gag commands Extension CRX File
Download 9gag commands 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
You can see the commands (sound,timeline) for every video (or gif) on 9gag.
Extension Basic Information
Name | 9gag commands |
ID | fnkgbmgihjejioniomohbehbodeaiogf |
Official URL | https://chromewebstore.google.com/detail/9gag-commands/fnkgbmgihjejioniomohbehbodeaiogf |
Description | Show commands for every video on 9gag |
File Size | 13.42 KB |
Installation Count | 131 |
Current Version | 0.1.0 |
Last Updated | 2019-05-26 |
Publish Date | 2019-05-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "name": "9gag commands", "version": "0.1.0", "description": "Show commands for every video on 9gag", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/9gag.com\/*" ] } ] } |