Territorium

Copy url

What is Territorium?

Territorium is a Chrome extension developed by edilsonlaverde182, and its main feature is "Copy url".

Extension Screenshots

screenshot

Download Territorium Extension CRX File

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

                        Aplicación para obtener la url del repositorio de Territorium                    

Extension Basic Information

Name Territorium Territorium
ID ihempmpklnejjlcjgkdhkiefoioieijj
Official URL https://chromewebstore.google.com/detail/territorium/ihempmpklnejjlcjgkdhkiefoioieijj
Description Copy url
File Size 465 KB
Installation Count 69
Current Version 1.0
Last Updated 2020-04-30
Publish Date 2020-04-27
Developer edilsonlaverde182
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Territorium",
    "description": "Copy url",
    "version": "1.0",
    "permissions": [
        "management",
        "bookmarks",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/copy_html_bitty.png",
        "48": "assets\/copy_html_small.png",
        "128": "assets\/copy_html_large.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}