Riddut

Make time for favorite things. Get rid of unnecessary information

Riddut란 무엇입니까?

Riddut은(는) https://mopsicus.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make time for favorite things. Get rid of unnecessary information"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Riddut — it's a browser extension which removes ads, unnecessary and uninteresting content by keywords.
All that you need — to add a word to the extension and it will disappear from all of websites, pages and social networks. It's like AdBlock, but for content. Only you decide what is interesting and what is not.

Are you tired of politics and finance news? Add personality and events in Riddut and news sites will gain a very different kind. Are you tired of reposts and retweets in social networks? With Riddut you do not notice that such posts have disappeared from your feed.

Manage your information space — to protect yourself from useless information.                    

확장 프로그램 기본 정보

이름 Riddut Riddut
ID bhhaphnabpbkpecmjlodijdnhmpimmoa
공식 URL https://chromewebstore.google.com/detail/riddut/bhhaphnabpbkpecmjlodijdnhmpimmoa
설명 Make time for favorite things. Get rid of unnecessary information
파일 크기 172 KB
설치 횟수 41
현재 버전 1.0.7
최근 업데이트 2018-02-02
출시 날짜 2018-02-02
평점 3.75/5 총 4 개의 평점
개발자 https://mopsicus.ru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://riddut.mopsicus.ru/eng/
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "browser_action": {
        "default_title": "Riddut",
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png"
    },
    "name": "__MSG_info_name__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "includes\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "homepage_url": "https:\/\/riddut.mopsicus.ru\/",
    "version": "1.0.7",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ],
    "description": "__MSG_info_description__"
}