Citizen Ex

Citizen Ex is a browser extension which shows you where on the web you really are, and what it means. Every time you connect to…

Citizen Exとは何ですか?

Citizen Exはhttps://citizen-ex.comによって開発されたChromeの拡張機能で、その主な機能は「Citizen Ex is a browser extension which shows you where on the web you really are, and what it means. Every time you connect to…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Citizen Ex拡張機能のCRXファイルをダウンロード

Citizen Ex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Citizen Ex is a browser extension which shows you where on the web you really are, and what it means.

Every time you connect to the internet, you pass through time, space, and law. Information is sent from your computer all over the world, and sent back from there. This information is also stored and tracked in multiple locations, by the websites you visit, by other software on those websites, and at many places along the way. These stores may be owned by people, or companies, or states, existing in many ways, in many places, in many countries and legal jurisdictions. Citizen Ex shows you where some of these places are.

As you move around the web, the data you generate tells the internet about you. It's used by advertising companies to decide which ads you see, and security agencies to determine where you come from, in order to track and surveil you. Your Algorithmic Citizenship is how you appear to the internet, a data entity extending across many nations, with a different citizenship and different rights in every place. One day perhaps we will all live like we do on the internet. Until then, there's Citizen Ex.                    

拡張機能の基本情報

名前 Citizen Ex Citizen Ex
ID jjfgpjihgigboplilbcehdbacklfgjlp
公式URL https://chromewebstore.google.com/detail/citizen-ex/jjfgpjihgigboplilbcehdbacklfgjlp
説明 Citizen Ex is a browser extension which shows you where on the web you really are, and what it means. Every time you connect to…
ファイルサイズ 1.63 MB
インストール数 1,277
現在のバージョン 1.4
最終更新日 2018-02-25
公開日 2018-02-24
評価 5.00/5 合計 7 レビュー
開発者 https://citizen-ex.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://citizen-ex.com
ヘルプページのURL http://citizen-ex.com/download
プライバシーポリシーページのURL http://citizen-ex.com/privacy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Citizen Ex",
    "short_name": "Citizen Ex",
    "version": "1.4",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "lib\/JSON.prune.js",
            "lib\/URI.js",
            "lib\/moment.js",
            "lib\/underscore.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Citizen Ex",
        "default_icon": "icon64.png"
    },
    "options_page": "page\/page.html",
    "web_accessible_resources": [
        "flags\/*.svg",
        "images\/*",
        "page\/page.html",
        "panel\/*",
        "*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "panel\/panel.css"
            ],
            "js": [
                "lib\/underscore.js",
                "lib\/jquery.js",
                "lib\/backbone.js",
                "lib\/moment.js",
                "lib\/mapbox.js",
                "panel\/panel.js"
            ]
        }
    ]
}