| LEFT | RIGHT |
| 1 [general] | 1 [general] |
| 2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
| 3 version = 3.1 | 3 version = 3.1 |
| 4 author = eyeo GmbH | 4 author = eyeo GmbH |
| 5 backgroundScripts = polyfill.js | 5 backgroundScripts = polyfill.js |
| 6 ext/common.js | 6 ext/common.js |
| 7 ext/background.js | 7 ext/background.js |
| 8 lib/compat.js | 8 lib/compat.js |
| 9 lib/publicSuffixList.js | 9 lib/publicSuffixList.js |
| 10 lib/adblockplus.js | 10 lib/adblockplus.js |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 adblockpluscore/lib/filterListener.js | 142 adblockpluscore/lib/filterListener.js |
| 143 adblockpluscore/lib/synchronizer.js | 143 adblockpluscore/lib/synchronizer.js |
| 144 lib/devtools.js | 144 lib/devtools.js |
| 145 lib/requestBlocker.js | 145 lib/requestBlocker.js |
| 146 lib/popupBlocker.js | 146 lib/popupBlocker.js |
| 147 lib/subscriptionInit.js | 147 lib/subscriptionInit.js |
| 148 lib/filterComposer.js | 148 lib/filterComposer.js |
| 149 lib/stats.js | 149 lib/stats.js |
| 150 lib/uninstall.js | 150 lib/uninstall.js |
| 151 lib/csp.js | 151 lib/csp.js |
| 152 lib/scriptInjection.js | 152 lib/contentFiltering.js |
| 153 adblockplusui/messageResponder.js | 153 adblockplusui/messageResponder.js |
| 154 include.preload.js = | 154 include.preload.js = |
| 155 include.preload.js | 155 include.preload.js |
| 156 inject.preload.js | 156 inject.preload.js |
| 157 include.postload.js = | 157 include.postload.js = |
| 158 subscriptionLink.postload.js | 158 subscriptionLink.postload.js |
| 159 composer.postload.js | 159 composer.postload.js |
| 160 | 160 |
| 161 [import_locales] | 161 [import_locales] |
| 162 adblockplusui/locale/*/antiadblockInit.json = * | 162 adblockplusui/locale/*/antiadblockInit.json = * |
| 163 adblockplusui/locale/*/common.json = * | 163 adblockplusui/locale/*/common.json = * |
| 164 adblockplusui/locale/*/desktop-options.json = * | 164 adblockplusui/locale/*/desktop-options.json = * |
| 165 adblockplusui/locale/*/firstRun.json = * | 165 adblockplusui/locale/*/firstRun.json = * |
| 166 adblockplusui/locale/*/issue-reporter.json = * | 166 adblockplusui/locale/*/issue-reporter.json = * |
| 167 adblockplusui/locale/*/updates.json = * | 167 adblockplusui/locale/*/updates.json = * |
| LEFT | RIGHT |