Humaniti

Collate and organize trending memes and GIFs from a new tab page and share content to social media platforms.

Humaniti란 무엇입니까?

Humaniti은(는) AdRelevancy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collate and organize trending memes and GIFs from a new tab page and share content to social media platforms."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        When words just won't do, share the perfect GIF or Meme to convey all those feels. Humaniti puts the dankest GIF’s, stickers and Memes at your fingertips each time you open your browser and provides new tab search results by Microsoft Bing.  

Scroll, search & share a perfectly timed GIF or Meme to your WhatsApp, Telegram or Snap group 

Save your favorite GIFs in your personal vault so they are ready for a quick-draw response when you need them most. 

Humaniti is inserting a little more of the human into your online world through GIF’s, stickers and memes. Connect with your friends  and make it a little less texty and a little more sexy.

Features: 

Search GIFs, Memes and Stickers from your New Tab
New Tab search results are provided by Microsoft Bing
Share your selected content to your friends via a variety of social platforms 
Save your favourite content for sharing when you need it 

Please note: Humaniti replaces your default new tab page with our alternative page. You may revert at any time by disabling our extension.

Privacy Policy Link - https://www.adrelevancy.co.uk/privacy-policy
Terms and Conditions Link - https://www.adrelevancy.co.uk/terms-and-conditions                    

확장 프로그램 기본 정보

이름 Humaniti Humaniti
ID hopeoijmiokalaacjkklbpnpdommlcle
공식 URL https://chromewebstore.google.com/detail/humaniti/hopeoijmiokalaacjkklbpnpdommlcle
설명 Collate and organize trending memes and GIFs from a new tab page and share content to social media platforms.
파일 크기 4.8 MB
설치 횟수 56,186
현재 버전 0.2.6.4
최근 업데이트 2023-06-01
출시 날짜 2022-01-27
평점 5.00/5 총 1 개의 평점
개발자 AdRelevancy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://adrelevancy.co.uk
도움말 페이지 URL https://adrelevancy.co.uk
개인정보 보호 정책 페이지 URL https://www.adrelevancy.co.uk/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Humaniti",
    "description": "Collate and organize trending memes and GIFs from a new tab page and share content to social media platforms.",
    "version": "0.2.6.4",
    "icons": {
        "128": "\/img\/logo_128.png",
        "512": "\/img\/logo_512.png"
    },
    "action": {
        "default_icon": "\/img\/logo_512.png"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "\/pages\/options\/index.html"
    },
    "chrome_url_overrides": {
        "newtab": "\/pages\/new_tab\/index.html"
    },
    "background": {
        "service_worker": ".\/service_worker.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/media.tenor.com\/*",
        "https:\/\/i.redd.it\/*",
        "https:\/\/preview.redd.it",
        "http:\/\/*.getmindfulmeets.com\/*",
        "https:\/\/*.getmindfulmeets.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    }
}