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文件

下载Humaniti扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
    }
}