Supremacy1914 Ad Bar Remover - By Samet Alaca
Vous ne passerez pas !
Wat is Supremacy1914 Ad Bar Remover - By Samet Alaca?
Supremacy1914 Ad Bar Remover - By Samet Alaca is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Vous ne passerez pas !".
Extensie Screenshots
Download het CRX-bestand van de extensie Supremacy1914 Ad Bar Remover - By Samet Alaca
Download Supremacy1914 Ad Bar Remover - By Samet Alaca-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
Extension permettant de supprimer la barre de pub associée aux parties de Supremacy 1914 une bonne fois pour toutes ! Basisinformatie over de Extensie
| Naam | |
| ID | pedcejjghkkicfjggliffhabpinkophl |
| Officiële URL | https://chromewebstore.google.com/detail/supremacy1914-ad-bar-remo/pedcejjghkkicfjggliffhabpinkophl |
| Beschrijving | Vous ne passerez pas ! |
| Bestandsgrootte | 20.48 KB |
| Aantal Installaties | 24 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2016-04-13 |
| Publicatiedatum | 2016-04-13 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Supremacy1914 Ad Bar Remover - By Samet Alaca",
"description": "Vous ne passerez pas !",
"version": "1.2",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"webNavigation",
"activeTab",
"browsingData"
],
"web_accessible_resources": [
"img.png"
],
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"SadRemover.js"
]
}
]
} | |