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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}