Hiddenpost

Read and write hidden messages on any website

Hiddenpost란 무엇입니까?

Hiddenpost은(는) https://www.hiddenpost.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read and write hidden messages on any website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Hiddenpost 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Many websites contain secret messages and comments. Imagine you could make these messages visible or even add your own. Now imagine that this function would exist everywhere and only the users themselves would have control over it. Wouldn't that be great? This extension makes it possible.

Hidden messages are usually only assigned to domain names (e.g. example.com) and subdomain names (e.g. sub.example.com). Messages on subpages are not possible due to the mass of pages. For selected websites subpage detectors have been developed. Currently, these detectors recognise user profile pages in social networks*. This allows you to assign your messages to individual user profiles.

If you wish, you can become a moderator immediately on registration. This allows you to report illegal posts and check posts for illegal content. Each post is sent simultaneously to several random moderators. Posts are only deleted if most moderators vote for this. This is a core function and will be activated when enough users are registered here.

This service is designed for maximum privacy. If you want, you can even write anonymously here. We generally do not spy and we do not collect any data about your visited websites! And even better: the address of the visited page is shortened in your browser.



*Supported websites: facebook.com, twitter.com, plus.google.com, youtube.com, wikipedia.org, reddit.com, linkedin.com, instagram.com, vk.com, ok.ru, ask.fm.                    

확장 프로그램 기본 정보

이름 Hiddenpost Hiddenpost
ID fpbcfcblgmolmhklchbebfahkgmkkelo
공식 URL https://chrome.google.com/webstore/detail/hiddenpost/fpbcfcblgmolmhklchbebfahkgmkkelo
설명 Read and write hidden messages on any website
파일 크기 23.34 KB
설치 횟수 1,000
현재 버전 18.1.21
최근 업데이트 2018-01-21
출시 날짜 2018-01-21
개발자 https://www.hiddenpost.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.hiddenpost.com/
개인정보 보호 정책 페이지 URL https://www.hiddenpost.com/static/privacy-statement.htm
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "18.1.21",
    "manifest_version": 2,
    "name": "Hiddenpost",
    "short_name": "Hiddenpost",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/www.hiddenpost.com\/",
    "default_locale": "en",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "action\/icon16.png",
            "20": "action\/icon20.png",
            "24": "action\/icon24.png",
            "25": "action\/icon25.png",
            "30": "action\/icon30.png",
            "32": "action\/icon32.png",
            "40": "action\/icon40.png",
            "48": "action\/icon48.png"
        },
        "default_popup": "index.htm"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}