Hide Facebook Sponsored Posts
Hides Facebook's annoying sponsored posts on your news feed.
Wat is Hide Facebook Sponsored Posts?
Hide Facebook Sponsored Posts is een Chrome-extensie ontwikkeld door dang!, en de belangrijkste functie is "Hides Facebook's annoying sponsored posts on your news feed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide Facebook Sponsored Posts
Download Hide Facebook Sponsored Posts-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
Updated and working as of 08/01/2017 *** ONLY WORKS FOR ENGLISH FACEBOOK presumably *** If you want the extension working in your language, please contact me with the word that appears under Sponsored posts. Sweet, sweet icon by Turbomilk (http://turbomilk.com).
Basisinformatie over de Extensie
Naam | |
ID | jdebdllgnemmnjjhjjndfiaamdhonjlk |
Officiële URL | https://chrome.google.com/webstore/detail/hide-facebook-sponsored-p/jdebdllgnemmnjjhjjndfiaamdhonjlk |
Beschrijving | Hides Facebook's annoying sponsored posts on your news feed. |
Bestandsgrootte | 62.12 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2017-01-08 |
Publicatiedatum | 2017-01-08 |
Beoordeling | 2.11/5 Totaal 47 Beoordelingen |
Ontwikkelaar | dang! |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Facebook Sponsored Posts", "version": "1.1.0", "manifest_version": 2, "description": "Hides Facebook's annoying sponsored posts on your news feed.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "script.js" ], "run_at": "document_end" } ] } |