RightsNetwork Media Plug-In
Free multimedia available in exchange for delivering ActionMotion Ad.
What is RightsNetwork Media Plug-In?
RightsNetwork Media Plug-In is a Chrome extension developed by chupi0420, and its main feature is "Free multimedia available in exchange for delivering ActionMotion Ad.".
Download RightsNetwork Media Plug-In Extension CRX File
Download RightsNetwork Media Plug-In 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 | ocjdhadnfpdklbabcigikcojjfplgghp |
Official URL | https://chrome.google.com/webstore/detail/rightsnetwork-media-plug/ocjdhadnfpdklbabcigikcojjfplgghp |
Description | Free multimedia available in exchange for delivering ActionMotion Ad. |
File Size | 35.73 KB |
Installation Count | 38 |
Current Version | 1.9.11.158 |
Last Updated | 2014-02-18 |
Publish Date | 2014-02-16 |
Rating | 4.00/5 Total 1 Ratings |
Developer | chupi0420 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RightsNetwork Media Plug-In", "version": "1.9.11.158", "manifest_version": 2, "description": "Free multimedia available in exchange for delivering ActionMotion Ad.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ "manifest.json" ], "background": { "page": "bg.html " } } |