Advanced Page Injector Plus
Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.
What is Advanced Page Injector Plus?
Advanced Page Injector Plus is a Chrome extension developed by Jak Wings, and its main feature is "Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.".
Extension Screenshots
Download Advanced Page Injector Plus Extension CRX File
Download Advanced Page Injector Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Help message will appear when your place the cursor over the input area. PS: some bug fixed for Advanced Page Injector
Extension Basic Information
Name | Advanced Page Injector Plus |
ID | fmeejpkpickglppdkmoimngnmpkdllao |
Official URL | https://chromewebstore.google.com/detail/advanced-page-injector-pl/fmeejpkpickglppdkmoimngnmpkdllao |
Description | Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling. |
File Size | 44.84 KB |
Installation Count | 110 |
Current Version | 1.4.2.0 |
Last Updated | 2016-05-10 |
Publish Date | 2016-05-09 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Jak Wings |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_EXT_NAME__", "version": "1.4.2.0", "manifest_version": 2, "default_locale": "zh_CN", "description": "__MSG_EXT_DESCRIPTION__", "offline_enabled": true, "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'", "options_page": "options\/options.html", "background": { "page": "background\/background.html" }, "page_action": { "default_title": "__MSG_EXT_PAGE_ACTION_TITLE__", "default_icon": "icons\/17.png" }, "content_scripts": [ { "all_frames": true, "js": [ "content\/main.js" ], "matches": [ " |