Cannescellation

Blocks tweets posts related to Cannes Lions 2015 and Cannes Lions 2016.

Cannescellation란 무엇입니까?

Cannescellation은(는) UNION에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks tweets posts related to Cannes Lions 2015 and Cannes Lions 2016."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Cannescellation stops the deluge of tweets and photos of the parties, the schmoozing, the boats, and the rosé you’re missing by not being in Cannes.

It works automatically: Just click “Add to Chrome” and your Twitter newsfeed will stop sending you into a spiteful jealous rage.

With The Cannescellation, you’re free to get back to the project that might send you to Cannes (and have people hating you) next year.                    

확장 프로그램 기본 정보

이름 Cannescellation Cannescellation
ID chhjicfieacbebfmepnekmcmafnejloj
공식 URL https://chrome.google.com/webstore/detail/cannescellation/chhjicfieacbebfmepnekmcmafnejloj
설명 Blocks tweets posts related to Cannes Lions 2015 and Cannes Lions 2016.
파일 크기 9.45 MB
설치 횟수 10
현재 버전 1.8
최근 업데이트 2016-03-30
출시 날짜 2016-03-30
평점 4.75/5 총 4 개의 평점
개발자 UNION
결제 유형 free
확장 프로그램 웹 사이트 https://www.cannescellation.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cannescellation",
    "description": "Blocks tweets posts related to Cannes Lions 2015 and Cannes Lions 2016.",
    "version": "1.8",
    "browser_action": {
        "default_icon": {
            "16": "static\/_img\/_icons\/cannescellation16.png",
            "19": "static\/_img\/_icons\/cannescellation19.png",
            "48": "static\/_img\/_icons\/cannescellation48.png",
            "128": "static\/_img\/_icons\/cannescellation128.png"
        },
        "default_title": "Cannescellation Settings"
    },
    "icons": {
        "16": "static\/_img\/_icons\/cannescellation16.png",
        "19": "static\/_img\/_icons\/cannescellation19.png",
        "48": "static\/_img\/_icons\/cannescellation48.png",
        "128": "static\/_img\/_icons\/cannescellation128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'; media-src https:\/\/twitter.com https:\/\/*.twimg.com https:\/\/ton.twitter.com https:\/\/www.cannescellation.com blob: 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "*:\/\/*.twitter.com\/*"
    ],
    "background": {
        "scripts": [
            "static\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "css": [
                "static\/styles.css"
            ],
            "js": [
                "static\/jquery.min.js",
                "static\/lodash.min.js",
                "static\/query.js",
                "static\/TweenLite.min.js",
                "static\/TimelineLite.min.js",
                "static\/CSSPlugin.min.js",
                "static\/ck.class.js",
                "static\/canvas.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "static\/_videos\/*.mp4",
        "static\/_img\/*.*"
    ]
}