OLD | NEW |
1 [general] | 1 [general] |
2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
3 version = 3.0.2 | 3 version = 3.0.2 |
4 author = eyeo GmbH | 4 author = eyeo GmbH |
5 permissions = tabs | 5 permissions = tabs |
6 <all_urls> | 6 <all_urls> |
7 contextMenus | 7 contextMenus |
8 webRequest | 8 webRequest |
9 webRequestBlocking | 9 webRequestBlocking |
10 webNavigation | 10 webNavigation |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 adblockpluscore/lib/synchronizer.js | 124 adblockpluscore/lib/synchronizer.js |
125 lib/requestBlocker.js | 125 lib/requestBlocker.js |
126 lib/popupBlocker.js | 126 lib/popupBlocker.js |
127 lib/subscriptionInit.js | 127 lib/subscriptionInit.js |
128 lib/filterComposer.js | 128 lib/filterComposer.js |
129 lib/stats.js | 129 lib/stats.js |
130 lib/uninstall.js | 130 lib/uninstall.js |
131 lib/csp.js | 131 lib/csp.js |
132 lib/cssInjection.js | 132 lib/cssInjection.js |
133 adblockplusui/messageResponder.js | 133 adblockplusui/messageResponder.js |
134 background.js | |
135 include.preload.js = include.preload.js inject.preload.js | 134 include.preload.js = include.preload.js inject.preload.js |
136 include.postload.js = subscriptionLink.postload.js composer.postload.js | 135 include.postload.js = subscriptionLink.postload.js composer.postload.js |
137 qunit/tests.js = | 136 qunit/tests.js = |
138 qunit/common.js | 137 qunit/common.js |
139 qunit/tests/prefs.js | 138 qunit/tests/prefs.js |
140 qunit/tests/url.js | 139 qunit/tests/url.js |
141 qunit/tests/cssEscaping.js | 140 qunit/tests/cssEscaping.js |
142 | 141 |
143 [import_locales] | 142 [import_locales] |
144 adblockplusui/locale/*/antiadblockInit.json = * | 143 adblockplusui/locale/*/antiadblockInit.json = * |
145 adblockplusui/locale/*/common.json = * | 144 adblockplusui/locale/*/common.json = * |
146 adblockplusui/locale/*/desktop-options.json = * | 145 adblockplusui/locale/*/desktop-options.json = * |
147 adblockplusui/locale/*/firstRun.json = * | 146 adblockplusui/locale/*/firstRun.json = * |
148 adblockplusui/locale/*/issue-reporter.json = * | 147 adblockplusui/locale/*/issue-reporter.json = * |
149 adblockplusui/locale/*/updates.json = * | 148 adblockplusui/locale/*/updates.json = * |
OLD | NEW |