Obama Blocker
A filter that removes Barack Obama from webpages and filters/removes Barack Obama from Facebook and Youtube.
Wat is Obama Blocker?
Obama Blocker is een Chrome-extensie ontwikkeld door NetLingo, en de belangrijkste functie is "A filter that removes Barack Obama from webpages and filters/removes Barack Obama from Facebook and Youtube.".
Extensie Screenshots
Download het CRX-bestand van de extensie Obama Blocker
Download Obama Blocker-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
Gently filter and remove Barack Obama from all webpages and facebook posts.
Basisinformatie over de Extensie
Naam | Obama Blocker |
ID | ojdidnojcgnohdmpgphncbdhkimkkdeo |
Officiële URL | https://chromewebstore.google.com/detail/obama-blocker/ojdidnojcgnohdmpgphncbdhkimkkdeo |
Beschrijving | A filter that removes Barack Obama from webpages and filters/removes Barack Obama from Facebook and Youtube. |
Bestandsgrootte | 88.16 KB |
Aantal Installaties | 98 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2016-01-16 |
Publicatiedatum | 2016-01-15 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | NetLingo |
Betalingswijze | free |
Extensiewebsite | http://netlingo.netai.net/#ObamaBlocker |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Obama Blocker", "description": "A filter that removes Barack Obama from webpages and filters\/removes Barack Obama from Facebook and Youtube.", "version": "1.5", "permissions": [ "storage", "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "ui.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "source\/ytfilter.css" ], "js": [ "source\/jquery-2.1.3.min.js", "source\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |