Supremacy1914 Ad Bar Remover - By Samet Alaca
Vous ne passerez pas !
什么是Supremacy1914 Ad Bar Remover - By Samet Alaca?
Supremacy1914 Ad Bar Remover - By Samet Alaca是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Vous ne passerez pas !”。
扩展截图
下载Supremacy1914 Ad Bar Remover - By Samet Alaca扩展crx文件
下载Supremacy1914 Ad Bar Remover - By Samet Alaca扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension permettant de supprimer la barre de pub associée aux parties de Supremacy 1914 une bonne fois pour toutes !
扩展基本信息
名称 | Supremacy1914 Ad Bar Remover - By Samet Alaca |
ID | pedcejjghkkicfjggliffhabpinkophl |
官方URL | https://chromewebstore.google.com/detail/supremacy1914-ad-bar-remo/pedcejjghkkicfjggliffhabpinkophl |
简介 | Vous ne passerez pas ! |
文件大小 | 20.48 KB |
安装次数 | 24 |
当前版本 | 1.2 |
更新时间 | 2016-04-13 |
上架时间 | 2016-04-13 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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" ] } ] } |