Cannescellation

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

Cannescellation क्या है?

Cannescellation UNION द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocks tweets posts related to Cannes Lions 2015 and Cannes Lions 2016."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cannescellation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*.*"
    ]
}