OLD | NEW |
1 [general] | 1 [general] |
2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
3 version = 1.13.2 | 3 version = 1.13.2 |
4 author = eyeo GmbH | 4 author = eyeo GmbH |
5 permissions = tabs | 5 permissions = tabs |
6 http://*/* | 6 http://*/* |
7 https://*/* | 7 https://*/* |
8 ws://*/* | 8 ws://*/* |
9 wss://*/* | 9 wss://*/* |
10 contextMenus | 10 contextMenus |
11 webRequest | 11 webRequest |
12 webRequestBlocking | 12 webRequestBlocking |
13 webNavigation | 13 webNavigation |
14 storage | 14 storage |
15 unlimitedStorage | 15 unlimitedStorage |
16 notifications | 16 notifications |
17 backgroundScripts = ext/common.js | 17 backgroundScripts = ext/common.js |
| 18 ext/background.js |
18 lib/compat.js | 19 lib/compat.js |
19 lib/publicSuffixList.js | 20 lib/publicSuffixList.js |
20 lib/adblockplus.js | 21 lib/adblockplus.js |
21 messageResponder.js | 22 messageResponder.js |
22 ext/background.js | |
23 background.js | 23 background.js |
24 testScripts = ../ext/common.js | 24 testScripts = ../ext/common.js |
25 ../ext/background.js | 25 ../ext/background.js |
26 ../lib/compat.js | 26 ../lib/compat.js |
27 ../lib/adblockplus.js | 27 ../lib/adblockplus.js |
28 ../lib/publicSuffixList.js | 28 ../lib/publicSuffixList.js |
29 common.js | 29 common.js |
30 tests/prefs.js | 30 tests/prefs.js |
31 tests/versionComparator.js | 31 tests/versionComparator.js |
32 tests/url.js | 32 tests/url.js |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 addSubscription.label | 144 addSubscription.label |
145 addSubscriptionAdd.label | 145 addSubscriptionAdd.label |
146 addSubscriptionOther.label | 146 addSubscriptionOther.label |
147 acceptableAds2.label | 147 acceptableAds2.label |
148 viewList.label | 148 viewList.label |
149 readMore.label | 149 readMore.label |
150 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 150 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
151 title.label | 151 title.label |
152 adblockplus/chrome/locale/*/meta.properties = =name | 152 adblockplus/chrome/locale/*/meta.properties = =name |
153 adblockplusui/locale/*/firstRun.json = =* | 153 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |