ShareBlock

Block share with social media icons.

Wat is ShareBlock?

ShareBlock is een Chrome-extensie ontwikkeld door webdever.net, en de belangrijkste functie is "Block share with social media icons.".

Download het CRX-bestand van de extensie ShareBlock

Download ShareBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Block 'share this post with facebook/twitter/tumblr/reddit' icons in the same way AdBlock blocks advertisements.                    

Basisinformatie over de Extensie

Naam ShareBlock ShareBlock
ID npongcahcbcoimmddgobdgjpnkpaoifl
Officiële URL https://chrome.google.com/webstore/detail/shareblock/npongcahcbcoimmddgobdgjpnkpaoifl
Beschrijving Block share with social media icons.
Bestandsgrootte 29.96 KB
Aantal Installaties 18
Huidige Versie 0.1
Laatst Bijgewerkt 2014-12-22
Publicatiedatum 2014-12-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar webdever.net
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.redditstatic.com\/*",
                "*:\/\/*.hn-button.herokuapp.com\/*"
            ],
            "all_frames": true,
            "css": [
                "block.css",
                "page.css"
            ],
            "js": [
                "global.js",
                "widgets.js",
                "page.js"
            ]
        }
    ],
    "manifest_version": 2,
    "description": "Block share with social media icons.",
    "name": "ShareBlock",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "contextMenus"
    ],
    "version": "0.1",
    "content_security_policy": "default-src 'self' http:\/\/*.webdever.net 'unsafe-eval'; script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
    "web_accessible_resources": [
        "block.css",
        "popup.js",
        "popup.html",
        "popup.css",
        "http:\/\/www.webdever.net\/shareblock\/popup.html"
    ]
}