PACWeb

Collect online evidence in a faster, safer and easier way!

What is PACWeb?

PACWeb is a Chrome extension developed by https://originalmy.com, and its main feature is "Collect online evidence in a faster, safer and easier way!".

Extension Screenshots

screenshot

Download PACWeb Extension CRX File

Download PACWeb 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

                        Defamation, bullying, fake news or others?
Download our plugin for free on a Chrome browser and collect evidence at any time, anywhere.

The solution Proof of Authenticity for Web Content makes a full copy of the content being viewed on your browser and automatically generates a report proving its existence. It is possible to register the authenticity of content published on the web, be it on websites, blogs, social media platforms or portals. Additionally, from the report, a hash - a unique and exclusive code - is calculated, which identifies your document on our website.  

For that, we use the most advanced technology: the blockchain. With a register on blockchain, it is possible to prove that the evidence was not modified, with the content being preserved even if the original publication is deleted. It has also an additional lawyer of protection with the timestamp, which indicates the precise date and time that the evidence was collected. 

RECOMMENDATIONS:

- The plugin can only be installed on Chrome browser. After the installation, we recommend that you reload the browser or the tabs with the content you want to collect.

- In the case of social media, try to use the link to the specific post.

- To use the plugin, simply click on the extension icon, which can be found on the top right corner of your browser.


ATTENTION: Some plugins might try to prevent PACWeb from running, so we suggest that you DEACTIVATE all the extensions on your browser before using it. Check also the LANGUAGE OF YOUR BROWSER to make sure that the report is generated in the language you need.
The report generated by our plugin will only have LEGAL VALIDITY if certified on our platform.


- After collecting the content, a PDF file is generated, which will be automatically downloaded to your computer, and from which a hash is calculated on the OriginalMy website.

- In order for the PDF to be valid as proof of authenticity, it is necessary to certify its hash on blockchain or authenticate the copy of the web page at the notary. Both can be done through our platform, with administrative fees to be paid. 

- In the case of Notarial Authentication, the content collected must be public so that it can be accessed by the notary. Please note that this is valid only in Brazil.

- After payment, you can go to the OriginalMy website and submit the PDF file to check the certification status.

This tool is intended as a mechanism to collect additional evidence for court proceedings. Its legal validity is assured in Brazil, so please refer to your lawyer to inquire about the validity in your country. 

OriginalMy is a platform for the authenticity of files and documents, people and signatures, connected to four public blockchains: Bitcoin, Ethereum, Ethereum Classic and DeCred.                    

Extension Basic Information

Name PACWeb PACWeb
ID lipchhllklhmehlnknonpkjgaolabkfd
Official URL https://chromewebstore.google.com/detail/pacweb/lipchhllklhmehlnknonpkjgaolabkfd
Description Collect online evidence in a faster, safer and easier way!
File Size 5.64 MB
Installation Count 4,000
Current Version 1.5.14 beta
Last Updated 2023-09-26
Publish Date 2020-04-16
Rating 5.00/5 Total 5 Ratings
Developer https://originalmy.com
Email [email protected]
Payment Type free
Extension Website https://originalmy.com
Help Page URL https://originalmy.com/contact
Privacy Policy Page URL https://originalmy.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.5.14",
    "version_name": "1.5.14 beta",
    "description": "__MSG_appDesc__",
    "author": "OriginalMy.com",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Preservar p\u00e1gina"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "36": "icon\/icon36.png",
        "48": "icon\/icon48.png",
        "96": "icon\/icon96.png",
        "128": "icon\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "management",
        "storage",
        "activeTab",
        "notifications",
        "identity",
        "tabCapture",
        "gcm",
        ""
    ]
}