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

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

扩展使用说明

                        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\/*.*"
    ]
}