ShareBlock
Block share with social media icons.
Qu'est-ce que ShareBlock ?
ShareBlock est une extension Chrome développée par webdever.net, et sa fonction principale est "Block share with social media icons.".
Télécharger le fichier CRX de l'extension ShareBlock
Téléchargez les fichiers d'extension ShareBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Block 'share this post with facebook/twitter/tumblr/reddit' icons in the same way AdBlock blocks advertisements.
Informations de Base sur l'Extension
Nom | ![]() |
ID | npongcahcbcoimmddgobdgjpnkpaoifl |
URL Officiel | https://chrome.google.com/webstore/detail/shareblock/npongcahcbcoimmddgobdgjpnkpaoifl |
Description | Block share with social media icons. |
Taille du Fichier | 29.96 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-12-22 |
Date de Publication | 2014-12-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | webdever.net |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*", " |